Re: Rule to auto-reject garbage subjects ...

"Steven W. Orr" <[email protected]> Sat, 04 Jul 2009 13:15:00 -0400
Newsgroups gmane.mail.majordomo.majordomo2.devel
Organization SysLang
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/01/09 16:27, quoth Marc G. Fournier:
> 
> Subject     =?Windows-1251?B?SODr7uPu4uD/?=
> 
> This is how they look in mj_wwwadm ... does anyone have a rule that
> takes these garbage subjects and just auto-reject them?  probably 50% of
> our (postgresql.org)  spam has these, if not more ...

My personal recommendation is that mj2 should not be a primary spam filter,
but failing that, something like

configset listname taboo_headers<<ABCDEFG
/^Subject: .*=?Windows.*/i
ABCDEFG

Or use admin_headers
Or set your own variable using something like
configset listname admin_headers <<ENDAAF
/^Subject:\s=\?Windows/i 2,spam1
ENDAAF

followed by something like this added to your access_rules

post
deny, reason="found spam1"
$admin_spam1 >= 2

Lots of ways to flay the feline.

Does this help?

- --
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.10 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkpPjhMACgkQRIVy4fC+NyQ+YwCggHlOvU95hsQ85oNMeyf6zXYn
QqIAoIYSSenkJJi465otd8IlCFz+khuG
=awep
-----END PGP SIGNATURE-----