Re: How to filter on Spamassassin headers with Majordomo2 ...
"Marc G. Fournier" <[email protected]> Mon, 15 Sep 2003 01:08:20 -0300 (ADT)
| Newsgroups | gmane.mail.majordomo.majordomo2.devel,gmane.mail.majordomo.devel |
|---|---|
| Message-ID | <[email protected]> |
'K, to date ... I haven't had a problem with, or noticed problems with, those actions ... but I guess it could be an issue with larger lists, or more public ones *shrug* On Wed, 10 Sep 2003, Brock Rozen wrote: > subscribe, unsubscribe, lists, archive, etc etc... > > BR > > On Wed, 10 Sep 2003 at 00:42, Marc G. Fournier wrote about "Re: How to...": > > > > > Other actions like ... ? > > > > On Tue, 9 Sep 2003, Brock Rozen wrote: > > > > > Hi, > > > > > > How do you deal with any other types of action that are NOT posts? > > > > > > Our only option was to go with block_headers, which generates a lot of > > > traffic to the owners, but manages to block out lots of traffic that > > > simply blocking "post"-only doesn't do. Besides that, it's already doing > > > it's work wonderfully. > > > > > > Best, > > > > > > BR > > > > > > On Tue, 9 Sep 2003 at 17:09, Marc G. Fournier wrote about "How to filter on...": > > > > > > > > > > > Since I've seen a couple of questions on this over the past few days, here > > > > is what I have in place to filter based on SA headers for the > > > > PostgreSQL.Org mailing lists: > > > > > > > > configset DEFAULT taboo_headers <<ENDAAB > > > > /^X-Spam-Status: Yes/ 10,spamassassin > > > > /^X-Spam-Status: Yes, hits=([6-9]|\d\d+)/ 20,spamassassin > > > > /^Subject: Thank you!/ 1,virus_subject > > > > /^Subject: Re: Thank you!/ 1,virus_subject > > > > /^Subject: Re: Wicked screensaver/ 1,virus_subject > > > > /^Subject: Wicked screensaver/ 1,virus_subject > > > > /^Subject: Re: Re: My details/ 1,virus_subject > > > > /^Subject: Re: That movie/ 1,virus_subject > > > > /^Subject: That movie/ 1,virus_subject > > > > /^Subject: Re: Approved/ 1,virus_subject > > > > /^Subject: Approved/ 1,virus_subject > > > > /^Subject: Re: Details/ 1,virus_subject > > > > /^Subject: Re: Your application/ 1,virus_subject > > > > /^Subject: Your application/ 1,virus_subject > > > > /^Subject: Re: Your details/ 1,virus_subject > > > > /^Subject: Your details/ 1,virus_subject > > > > /^Subject: Details/ 1,virus_subject > > > > ENDAAB > > > > > > > > configset DEFAULT access_rules <<ENDAAB > > > > post > > > > deny, reason="The message is too big" > > > > $body_length_exceeded > > > > > > > > post > > > > deny, reply=NONE > > > > $taboo_spamassassin > 6 > > > > > > > > post > > > > consult, reply=NONE > > > > $taboo_spamassassin > > > > > > > > post > > > > deny, reply=NONE > > > > $taboo_virus_subject > > > > ENDAAB > > > > > > > > > > > > Hopefully this helps some out there ... > > > > > > > > > > -- > > > Brock Rozen [email protected] > > > > > > > -- > Brock Rozen [email protected] >