[Mimedefang] virus load drop?

Martin Blapp mb at imp.ch
Mon Jun 14 13:26:57 EDT 2004


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



More information about the MIMEDefang mailing list