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 <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