summaryrefslogtreecommitdiff
path: root/debian/rbl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rbl.m4')
-rw-r--r--debian/rbl.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/rbl.m4 b/debian/rbl.m4
deleted file mode 100644
index 0b740b0..0000000
--- a/debian/rbl.m4
+++ /dev/null
@@ -1,14 +0,0 @@
-divert(0)
-VERSIONID(`@(#)rbl.m4 1.2 (RBL) 11/18/97')
-
-LOCAL_RULESETS
-#
-# Deny spammers during MAIL command if the IP address of the incoming
-# connection is in the RBL map (http://maps.vix.com/rbl/)
-#
-Scheck_mail
-R$* $: $(dequote "" $&{client_addr} $)
-R0 $@ OK
-R$-.$-.$-.$- $: $(host $4.$3.$2.$1.rbl.maps.vix.com. $: OK $)
-ROK $@ OK
-R$+ $#error $@ 5.7.1 $: " Mail from " $(dequote "" $&{client_addr}$) " refused, see http://maps.vix.com/rbl/"