diff options
Diffstat (limited to 'cf/feature/rbl.m4')
-rw-r--r-- | cf/feature/rbl.m4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cf/feature/rbl.m4 b/cf/feature/rbl.m4 new file mode 100644 index 0000000..0284aa3 --- /dev/null +++ b/cf/feature/rbl.m4 @@ -0,0 +1,15 @@ +divert(-1) +# +# Copyright (c) 1998 Sendmail, Inc. All rights reserved. +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the sendmail distribution. +# +# + +divert(0) +VERSIONID(`@(#)rbl.m4 8.8 (Berkeley) 5/19/1998') +divert(-1) + +define(`_RBL_', ifelse(_ARG_, `', `rbl.maps.vix.com', `_ARG_'))dnl |