Author: gshapiro
Date: Sun Dec 30 15:38:06 2012
New Revision: 244864
URL: http://svnweb.freebsd.org/changeset/base/244864

Log:
  MFC: Add missing closing quote on commented out example

Modified:
  stable/7/etc/sendmail/freebsd.mc
Directory Properties:
  stable/7/etc/   (props changed)

Modified: stable/7/etc/sendmail/freebsd.mc
==============================================================================
--- stable/7/etc/sendmail/freebsd.mc    Sun Dec 30 15:37:38 2012        
(r244863)
+++ stable/7/etc/sendmail/freebsd.mc    Sun Dec 30 15:38:06 2012        
(r244864)
@@ -69,7 +69,7 @@ dnl http://www.google.com/Top/Computers/
 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')
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to