On 2/16/20 1:10 PM, Lindsay Haisley wrote:
> 
> One question, Mark. Are the spam filter rules ("header_filter_rules")
> applied _before_ or _after_ a message with a uuencoded (base64) From
> address is decoded?


As I said before, header_filter_rules are matched against the decoded
headers.


> If _before_ (matching what we see in on the Administrative Requests
> page), the it should be sufficient to discard any message with a From
> header staring with "=?utf-8".


You won't see that. Further, there may be legitimate  From: headers with
a utf-8 encoded fragment if, e.g., the From: display name is non-ascii.

Also note that your problem messages are non-compliant. RFC 2047,
section 5(3) is clear

+ An 'encoded-word' MUST NOT appear in any portion of an 'addr-spec'.

<https://www.rfc-editor.org/rfc/rfc2047.html#section-5>

Your real issue here is whatever header_filter_rule with hold action
above the discard rule is matching. That is what is preventing
generic_nonmember_action from discarding the message.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to