mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Enhancement: Allow excluding mail attachments by name (#4691)
* Adds new filtering to exclude attachments from processing * Frontend use include / exclude mail rule filename filters --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -49,7 +49,9 @@ export interface PaperlessMailRule extends ObjectWithPermissions {
|
||||
|
||||
filter_body: string
|
||||
|
||||
filter_attachment_filename: string
|
||||
filter_attachment_filename_include: string
|
||||
|
||||
filter_attachment_filename_exclude: string
|
||||
|
||||
maximum_age: number
|
||||
|
||||
|
Reference in New Issue
Block a user