diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2012-12-29 19:57:52 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2012-12-29 19:57:52 +0000 |
commit | 896fc63862ccf01e4da5831d63296c6c274972a0 (patch) | |
tree | 9239a7e96f8669618d3bd28a3f7edf951be77f45 /etc/sendmail | |
parent | 2164515de7edd84e7588740596cf4d87c64e0585 (diff) | |
download | FreeBSD-src-896fc63862ccf01e4da5831d63296c6c274972a0.zip FreeBSD-src-896fc63862ccf01e4da5831d63296c6c274972a0.tar.gz |
Add missing closing quote on commented out example
PR: bin/174108
Obtained from: Julian H. Stacey
MFC after: 1 day
Diffstat (limited to 'etc/sendmail')
-rw-r--r-- | etc/sendmail/freebsd.mc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sendmail/freebsd.mc b/etc/sendmail/freebsd.mc index 1e28c47..a758531 100644 --- a/etc/sendmail/freebsd.mc +++ b/etc/sendmail/freebsd.mc @@ -69,7 +69,7 @@ dnl http://www.google.com/Top/Computers/Internet/E-mail/Spam/Blacklists/ dnl Uncomment to activate your chosen DNS based blacklist dnl FEATURE(dnsbl, `dnsbl.example.com') dnl Alternatively, you can provide your own server and rejection message: -dnl FEATURE(dnsbl, `dnsbl.example.com', ``"550 Mail from " $&{client_addr} " rejected'') +dnl FEATURE(dnsbl, `dnsbl.example.com', ``"550 Mail from " $&{client_addr} " rejected"'') dnl Dialup users should uncomment and define this appropriately dnl define(`SMART_HOST', `your.isp.mail.server') |