nightmorph 07/08/03 01:31:02 Modified: mailfilter-guide.xml Log: removed rules-du-jour per robbat2's email to gentoo-dev, http://archives.gentoo.org/gentoo-dev/msg_147405.xml
Revision Changes Path 1.20 xml/htdocs/doc/en/mailfilter-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.20&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.19&r2=1.20 Index: mailfilter-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mailfilter-guide.xml 25 Jun 2007 09:03:37 -0000 1.19 +++ mailfilter-guide.xml 3 Aug 2007 01:31:02 -0000 1.20 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='utf-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.19 2007/06/25 09:03:37 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.20 2007/08/03 01:31:02 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/mailfilter-guide.xml"> @@ -12,6 +12,9 @@ <author title="Contributor"> <mail link="[EMAIL PROTECTED]">Jens Hilligsøe</mail> </author> +<author title="Editor"> + <mail link="[EMAIL PROTECTED]">Joshua Saddler</mail> +</author> <abstract> This guide is step-by-step guide for installing spam fighting technologies for @@ -23,8 +26,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>0.13</version> -<date>2007-06-25</date> +<version>0.14</version> +<date>2007-08-02</date> <chapter> <title>Introduction</title> @@ -769,26 +772,19 @@ <title>Adding more rules</title> <section> <body> + <p> If you want to use more rules provided by the SARE Ninjas over at the <uri link="http://www.rulesemporium.com/">SpamAssassin Rules Emporium</uri> you can easily add and update them using -<c>mail-filter/spamassassin-ruledujour</c>: +the <c>sa-update</c> mechanism included in Spamassassin. </p> -<pre caption="Installing rulesdujour"> -# <i>emerge "mail-filter/spamassassin-ruledujour"</i> -</pre> - <p> -Now edit <path>/etc/rulesdujour/config</path> to restart Amavisd-new: +A brief guide to using SARE rulesets with <c>sa-update</c> can be found <uri +link="http://daryl.dostech.ca/sa-update/sare/sare-sa-update-howto.txt">here</uri>. </p> -<pre caption="Modifying /etc/rulesdujour/config"> -(<comment>Restart amavisd-new instead of spamd</comment>) -SA_RESTART="/etc/init.d/amavisd restart" -</pre> - </body> </section> </chapter> -- [EMAIL PROTECTED] mailing list
