summaryrefslogtreecommitdiffstats
path: root/etc/sendmail
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2008-02-17 05:38:29 +0000
committergshapiro <gshapiro@FreeBSD.org>2008-02-17 05:38:29 +0000
commit612d924e098d446b369af3c5074e9ec0214895e8 (patch)
tree3a1bd006d5d74d5a981aa6f572225f1802dabf65 /etc/sendmail
parent415a32c270380b14e68d150a9e4d14f3da1a7dd9 (diff)
downloadFreeBSD-src-612d924e098d446b369af3c5074e9ec0214895e8.zip
FreeBSD-src-612d924e098d446b369af3c5074e9ec0214895e8.tar.gz
Fix quoting for the dnsbl example -- m4 misparses quoted strings with
commas due to our deconstruction of the line in cf/feature/dnsbl.m4. PR: 120038 Submitted by: mattijs vreeling MFC after: 1 week
Diffstat (limited to 'etc/sendmail')
-rw-r--r--etc/sendmail/freebsd.mc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc
index fe45fa5..c08ec9e 100644
--- a/etc/sendmail/freebsd.mc
+++ b/etc/sendmail/freebsd.mc
@@ -71,7 +71,7 @@ dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
-dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')
+dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', ``"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}'')
dnl Dialup users should uncomment and define this appropriately
dnl define(`SMART_HOST', `your.isp.mail.server')
OpenPOWER on IntegriCloud