Add missing closing quote on commented out example

PR:		bin/174108
Obtained from:	Julian H. Stacey
MFC after:	1 day
This commit is contained in:
Gregory Neil Shapiro 2012-12-29 19:57:52 +00:00
parent ec26457ccb
commit f20a1a6e26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244830

View File

@ -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')