[ANN] filter for text-only base64-encoded msgs [LINUX][FOSS]
8 views
Skip to first unread message
Dario Niedermann
unread,
Sep 30, 2019, 5:57:22 AM9/30/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Sometimes you'll get an email - without attachments, just text - and
that email is base64-encoded for no good reason. Spammers have been
known to do that in order to bypass spam filters. Mailing list soft-
ware has been unwisely configured to send out encoded messages. Or
clueless users tweaked their client the wrong way...
The end results:
1. any rule in your mail processing chain matching on message body
will fail;
2. ungreppable messages end up in your stored email.
`debbie' was written to address this specific problem. [...]
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> Sometimes you'll get an email - without attachments, just text - and
> that email is base64-encoded for no good reason. [...] The end results:
>
> 1. any rule in your mail processing chain matching on message body
> will fail;
>
> 2. ungreppable messages end up in your stored email.
>
> `debbie' was written to address this specific problem. [...]
Version 2.0 includes the following improvements:
* adds an "X-Original-Content-Transfer-Encoding:" header
to filtered messages