Author: gshapiro Date: Sat Dec 29 19:57:52 2012 New Revision: 244830 URL: http://svnweb.freebsd.org/changeset/base/244830
Log: Add missing closing quote on commented out example PR: bin/174108 Obtained from: Julian H. Stacey MFC after: 1 day Modified: head/etc/sendmail/freebsd.mc Modified: head/etc/sendmail/freebsd.mc ============================================================================== --- head/etc/sendmail/freebsd.mc Sat Dec 29 19:13:16 2012 (r244829) +++ head/etc/sendmail/freebsd.mc Sat Dec 29 19:57:52 2012 (r244830) @@ -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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"