Author: gshapiro Date: Sun Dec 30 15:37:05 2012 New Revision: 244862 URL: http://svnweb.freebsd.org/changeset/base/244862
Log: MFC: Add missing closing quote on commented out example Modified: stable/9/etc/sendmail/freebsd.mc Directory Properties: stable/9/etc/ (props changed) Modified: stable/9/etc/sendmail/freebsd.mc ============================================================================== --- stable/9/etc/sendmail/freebsd.mc Sun Dec 30 15:20:27 2012 (r244861) +++ stable/9/etc/sendmail/freebsd.mc Sun Dec 30 15:37:05 2012 (r244862) @@ -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') _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "[email protected]"
