nightmorph 11/06/19 03:54:12 Modified: mailfilter-guide.xml Log: comment out smtpclient section; smtpclient was last-rited today. section needs to be rewritten to use an alternative.
Revision Changes Path 1.25 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.24&r2=1.25 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- mailfilter-guide.xml 4 Mar 2011 20:44:52 -0000 1.24 +++ mailfilter-guide.xml 19 Jun 2011 03:54:12 -0000 1.25 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.24 2011/03/04 20:44:52 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.25 2011/06/19 03:54:12 nightmorph Exp $ --> <guide> <title>Gentoo mailfiltering gateway guide</title> @@ -25,8 +25,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2011-03-04</date> +<version>4</version> +<date>2011-06-18</date> <chapter> <title>Introduction</title> @@ -1090,6 +1090,9 @@ </body> </section> + +<!-- 2011-06-18: smtpclient last-rited; needs to be rewritten to use ssmtp, +mailx, postfix, nail, etc. <section> <title>Redelivering false positives</title> <body> @@ -1099,7 +1102,7 @@ positives. These are filtered into the folder <path>likely-spam</path>. These are manually reviewed and any false positive is moved to the <path>redeliver</path> mailfolder. From there it is first fed through -<c>sa-learn --ham</c> and then redelivered with all headers intact using <uri +<c>sa-learn \-\-ham</c> and then redelivered with all headers intact using <uri link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri>. </p> @@ -1187,6 +1190,8 @@ </body> </section> +--> + <section> <title>Cleaning up</title> <body>
