[Mailman-Users] Easy question for this crowd

Mark Sapiro mark at msapiro.net
Sat Jun 1 15:38:06 EDT 2019


On 6/1/19 10:44 AM, Chip Davis wrote:
> 
> Is it possible that 'general_nonmember_action = Hold' is overriding my
> Spam Filter Rule?  I still need to intercept legitimate subscribers who
> attempt to post under a different address, depending on which device
> they happen to be using.  :-/


You need to adjust the regexp. It isn't matching because of the '>' at
the end of the address in From:

Try

^from: .*@.*\.icu[>\s]


> Is there any way to tell Mailman to honor my ISP's SpamAssassin score?

You can use header filter regexps like

^X-Spam-Status: Yes

or

^X-Spam-Bar: \+{6,}

where the 6 above is the minimum number of '+' characters to match.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list