Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
Date: Wed, 02 Mar 2011 09:16:28
Message-Id: 20110302091617.EFBEE20054@flycatcher.gentoo.org
1 nightmorph 11/03/02 09:16:17
2
3 Modified: mailfilter-guide.xml
4 Log:
5 remove instructions to use an outdated patched version of smtpclient in favor of the more recent version. also fixed some guidexml, and replaced the deprecated package.keywords with package.accept_keywords
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/en/mailfilter-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.21&r2=1.22
13
14 Index: mailfilter-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- mailfilter-guide.xml 20 May 2008 20:12:23 -0000 1.21
21 +++ mailfilter-guide.xml 2 Mar 2011 09:16:17 -0000 1.22
22 @@ -1,9 +1,8 @@
23 <?xml version='1.0' encoding='utf-8'?>
24 -
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.21 2008/05/20 20:12:23 swift Exp $ -->
26 -
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28 -<guide link="/doc/en/mailfilter-guide.xml">
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.22 2011/03/02 09:16:17 nightmorph Exp $ -->
30 +
31 +<guide>
32 <title>Gentoo mailfiltering gateway guide</title>
33
34 <author title="Author">
35 @@ -26,8 +25,8 @@
36 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
37 <license/>
38
39 -<version>0.14</version>
40 -<date>2007-08-02</date>
41 +<version>1</version>
42 +<date>2011-03-02</date>
43
44 <chapter>
45 <title>Introduction</title>
46 @@ -1100,24 +1099,12 @@
47 positives. These are filtered into the folder <path>likely-spam</path>. These
48 are manually reviewed and any false positive is moved to the
49 <path>redeliver</path> mailfolder. From there it is first fed through
50 -<c>sa-learn --ham</c> and then redelivered with all headers intact using a
51 -patched version of <uri
52 -link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri> by Ralf S.
53 -Engelschall.
54 -</p>
55 -
56 -<p>
57 -The original version 1.0.0 of <c>smtpclient</c> is already in Portage however to
58 -keep all headers intact we use a modified version. Here is how you
59 -install the revised version:
60 +<c>sa-learn --ham</c> and then redelivered with all headers intact using <uri
61 +link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri>.
62 </p>
63
64 -<pre caption="Installing revised smtpclient">
65 -<comment>(Switch to your portage OVERLAY)</comment>
66 -# <i>wget http://home.coming.dk/files/smtpclient.tar.gz</i>
67 -# <i>tar xzf smtpclient.tar.gz</i>
68 -# <i>echo "mail-client/smtpclient ~x86" &gt;&gt; /etc/portage/package.keywords</i>
69 -# <i>echo "mail-client/smtpclient fullheaders" &gt;&gt; /etc/portage/package.use</i>
70 +<pre caption="Installing smtpclient">
71 +# <i>echo "mail-client/smtpclient" &gt;&gt; /etc/portage/package.accept_keywords</i>
72 # <i>emerge smtpclient</i>
73 </pre>