[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] /etc/mail/access



Well I am using the following lines of code to block SPAM using ordb.org:

# DNS based IP address spam list relays.ordb.org
R$*                     $: $&{client_addr}
R::ffff:$-.$-.$-.$-     $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R$-.$-.$-.$-            $: <?> $(host $4.$3.$2.$1.relays.ordb.org. $: OK $)
R<?>OK                  $: OKSOFAR
R<?>$+                  $#error $@ 5.7.1 $: 554 Rejected - For details see
http://ordb.org/

It works perfect once I did the TABs between columns as told by everyone
here.  Thanks a lot for the help!

How do you guys feel about ordb.org?  I've heard it is very good but I am
not sure, any opinions, anybody else using it?

Thanks!

Santiago.