procmail
[Top] [All Lists]

Re: virBL

2005-07-04 05:27:21
Professional Software Engineering schreef:

Before using a DNSBL at the SMTP level, you might
consider using it
at the procmail level to see which DNSBL lists flag
your junkmail but

so far i understood is virBL not blocking valid Email, see virBL FAQ

so i try folowing in my sendmail.cf

first DNSBL Spamhaus what works fine 

# Start Spamhaus 20050626
R$*                     $: $&{client_addr}
R$-.$-.$-.$-            $: <?> $(host $4.$3.$2.$1.sbl-xbl.spamhaus.org. $: OK $)
R<?>OK                  $: OKSOFAR
R<?>$+                  $#error $@ 5.7.1 $: "550 Mail from [" $&{client_addr} 
"] Rejected. See http://www.spamhaus.org/";
# End Spamhaus 20050626

and then:

# Start virBL
R$*                     $: $&{client_addr}
R$-.$-.$-.$-            $: <?> $(host $4.$3.$2.$1.virbl.dnsbl.bit.nl. $: OK $)
R<?>OK                  $: OKSOFAR
R<?>$+                  $#error $@ 5.7.1 $: "550 Mail from [" $&{client_addr} 
"] Rejected. See http://virbl.bit.nl/";
# End virBL

what shoud work, but even if there are plenty of virus email getting erased by 
other procmail.rc

has not blockeded one virus email in the last three days.

any sugestions ??


Matthias Haeker

mhaeker(_at_)its-h(_dot_)de




____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Re: virBL, Matthias Haeker <=