Hi, > We've yet to receive one of those. I wonder if greylisting is blocking > them all?
Yes it should. Or use http://mx.imp.ch/sober_g.cf for spamassassin and this code part of mimedefang-filter: # # Reject all SOBER_G messages. There are too many of them. # if ($names =~ /SOBER_G_SPAM_1/) { if ($names =~ /SOBER_G_SPAM_2/ || $names =~ /SOBER_G_SPAM_3/ || $names =~ /SOBER_G_SPAM_4/) { action_bounce("SOBER_G SPAM, rejected"); } } Martin _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

