* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2008-05-20 20:12 Sven Vermeulen (swift)
0 siblings, 0 replies; 8+ messages in thread
From: Sven Vermeulen (swift) @ 2008-05-20 20:12 UTC (permalink / raw
To: gentoo-commits
swift 08/05/20 20:12:24
Log:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2011-03-02 9:16 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-02 9:16 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/03/02 09:16:18
Modified: mailfilter-guide.xml
Log:
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
Revision Changes Path
1.22 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.21&r2=1.22
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mailfilter-guide.xml 20 May 2008 20:12:23 -0000 1.21
+++ mailfilter-guide.xml 2 Mar 2011 09:16:17 -0000 1.22
@@ -1,9 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
-
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.21 2008/05/20 20:12:23 swift Exp $ -->
-
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/mailfilter-guide.xml">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.22 2011/03/02 09:16:17 nightmorph Exp $ -->
+
+<guide>
<title>Gentoo mailfiltering gateway guide</title>
<author title="Author">
@@ -26,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>0.14</version>
-<date>2007-08-02</date>
+<version>1</version>
+<date>2011-03-02</date>
<chapter>
<title>Introduction</title>
@@ -1100,24 +1099,12 @@
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 a
-patched version of <uri
-link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri> by Ralf S.
-Engelschall.
-</p>
-
-<p>
-The original version 1.0.0 of <c>smtpclient</c> is already in Portage however to
-keep all headers intact we use a modified version. Here is how you
-install the revised version:
+<c>sa-learn --ham</c> and then redelivered with all headers intact using <uri
+link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri>.
</p>
-<pre caption="Installing revised smtpclient">
-<comment>(Switch to your portage OVERLAY)</comment>
-# <i>wget http://home.coming.dk/files/smtpclient.tar.gz</i>
-# <i>tar xzf smtpclient.tar.gz</i>
-# <i>echo "mail-client/smtpclient ~x86" >> /etc/portage/package.keywords</i>
-# <i>echo "mail-client/smtpclient fullheaders" >> /etc/portage/package.use</i>
+<pre caption="Installing smtpclient">
+# <i>echo "mail-client/smtpclient" >> /etc/portage/package.accept_keywords</i>
# <i>emerge smtpclient</i>
</pre>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2011-03-04 18:12 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-04 18:12 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/03/04 18:12:55
Modified: mailfilter-guide.xml
Log:
fix smtpclient flag, bug 357329
Revision Changes Path
1.23 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.22&r2=1.23
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mailfilter-guide.xml 2 Mar 2011 09:16:17 -0000 1.22
+++ mailfilter-guide.xml 4 Mar 2011 18:12:55 -0000 1.23
@@ -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.22 2011/03/02 09:16:17 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.23 2011/03/04 18:12:55 nightmorph Exp $ -->
<guide>
<title>Gentoo mailfiltering gateway guide</title>
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2011-03-02</date>
+<version>2</version>
+<date>2011-03-04</date>
<chapter>
<title>Introduction</title>
@@ -1170,7 +1170,7 @@
if($to eq "") {
prunefile($ARGV[0]); # Just nuke it if to is empty
} else {
- my $redelivercmd = "cat $ARGV[0] | smtpclient -F -S 127.0.0.1 -P 10025 -f $from $to";
+ my $redelivercmd = "cat $ARGV[0] | smtpclient -w -S 127.0.0.1 -P 10025 -f $from $to";
unless (system($redelivercmd) == 0 ) {
die "Unable to redeliver: $?";
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2011-03-04 20:44 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-04 20:44 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/03/04 20:44:52
Modified: mailfilter-guide.xml
Log:
update groups, bug 357329
Revision Changes Path
1.24 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.23&r2=1.24
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mailfilter-guide.xml 4 Mar 2011 18:12:55 -0000 1.23
+++ mailfilter-guide.xml 4 Mar 2011 20:44:52 -0000 1.24
@@ -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.23 2011/03/04 18:12:55 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.24 2011/03/04 20:44:52 nightmorph Exp $ -->
<guide>
<title>Gentoo mailfiltering gateway guide</title>
@@ -25,7 +25,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
+<version>3</version>
<date>2011-03-04</date>
<chapter>
@@ -923,7 +923,7 @@
<pre caption="Create spamtrap account">
# <i>useradd -m spamtrap</i>
# <i>maildirmake /home/spamtrap/.maildir</i>
-# <i>chown -R spamtrap:mailusers /home/spamtrap/.maildir</i>
+# <i>chown -R spamtrap:spamtrap /home/spamtrap/.maildir</i>
<comment>(Give the spamtrap user a sensible password)</comment>
# <i>passwd spamtrap</i>
</pre>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2011-06-19 3:54 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-06-19 3:54 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2011-06-19 9:12 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 8+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-06-19 9:12 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/06/19 09:12:09
Modified: mailfilter-guide.xml
Log:
remove smtpclient section entirely, per jaervosz's email to the GDP
Revision Changes Path
1.26 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.25&r2=1.26
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mailfilter-guide.xml 19 Jun 2011 03:54:12 -0000 1.25
+++ mailfilter-guide.xml 19 Jun 2011 09:12:09 -0000 1.26
@@ -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.25 2011/06/19 03:54:12 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.26 2011/06/19 09:12:09 nightmorph Exp $ -->
<guide>
<title>Gentoo mailfiltering gateway guide</title>
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>4</version>
-<date>2011-06-18</date>
+<version>5</version>
+<date>2011-06-19</date>
<chapter>
<title>Introduction</title>
@@ -1090,108 +1090,6 @@
</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>
-
-<p>
-If you set the spam score very low like we do you will probably have some false
-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
-link="http://www.engelschall.com/sw/smtpclient/">smtpclient</uri>.
-</p>
-
-<pre caption="Installing smtpclient">
-# <i>echo "mail-client/smtpclient" >> /etc/portage/package.accept_keywords</i>
-# <i>emerge smtpclient</i>
-</pre>
-
-<p>
-Check for mails in the <path>redeliver</path> folder every minute using cron.
-</p>
-
-<pre caption="amavis crontab">
-<comment>#Redeliver false positives</comment>
-* * * * * find /var/amavis/.maildir/Bayes/.redeliver/cur/ -type f -name \
- "[0-9]*" -exec cp {} /var/amavis/.maildir/Bayes/.ham/cur/ \; \
- && find /var/amavis/.maildir/Bayes/.redeliver/cur/ -type f \
- -name "[0-9]*" -exec /usr/local/bin/redeliver.pl {} \;
-</pre>
-
-<p>
-Now we only have to copy the <c>redeliver.pl</c> file to
-<path>/usr/local/bin/</path>. <uri
-link="http://home.coming.dk/files/redeliver.pl">Download it</uri> or use
-the version below.
-</p>
-
-<pre caption="redeliver.pl">
-<comment>#!/usr/bin/perl -w
-
-# Redelivers mail using a modified version of smtpclient
-# By: Jens Hilligsoe <gentoo@hilli.dk></comment>
-
-use strict;
-
-if(!($#ARGV == 0)) {
- die "Usage:\n$0 maildir_mail\n";
-}
-
-my $mail = $ARGV[0];
-my $to = "";
-my $from = "";
-
-sub prunefile ( $ );
-
-<comment># Retrieve To and From envelope adresses</comment>
-open (MAIL, $mail) or die "Could not open $mail: $?\n";
-while(<MAIL>) {
- if(($to eq "") || ($from eq "")) {
- chop;
- (my $key, my $value) = split (/:/);
- if($key eq "X-Envelope-To") {
- $to = $value;
- $to =~ s/[\<\>,]//g; # Remove "<", ">" and ","
- $to =~ s/^\s+|\s+$//g; #Remove whitespace before and after
- }
- if($key eq "X-Envelope-From") {
- $from = $value;
- $from =~ s/[\<\>,]//g;
- $from =~ s/^\s+|\s+$//g;
- if($from eq "") {
- $from = "postmaster";
- }
- }
- }
-}
-
-if($to eq "") {
- prunefile($ARGV[0]); # Just nuke it if to is empty
-} else {
- my $redelivercmd = "cat $ARGV[0] | smtpclient -w -S 127.0.0.1 -P 10025 -f $from $to";
- unless (system($redelivercmd) == 0 ) {
- die "Unable to redeliver: $?";
- }
- prunefile($ARGV[0]); # Clean up
-}
-
-sub prunefile ( $ ) {
- my ($file) = @_;
- unless (unlink $file) {
- die "Unable to remove mail: $?";
- }
-}
-</pre>
-
-</body>
-</section>
--->
-
<section>
<title>Cleaning up</title>
<body>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2012-04-29 17:26 Sven Vermeulen (swift)
0 siblings, 0 replies; 8+ messages in thread
From: Sven Vermeulen (swift) @ 2012-04-29 17:26 UTC (permalink / raw
To: gentoo-commits
swift 12/04/29 17:26:08
Modified: mailfilter-guide.xml
Log:
Fix bug #399803 - Repeat chown after upgrade of amavisd-new
Revision Changes Path
1.27 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.26&r2=1.27
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mailfilter-guide.xml 19 Jun 2011 09:12:09 -0000 1.26
+++ mailfilter-guide.xml 29 Apr 2012 17:26:08 -0000 1.27
@@ -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.26 2011/06/19 09:12:09 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.27 2012/04/29 17:26:08 swift Exp $ -->
<guide>
<title>Gentoo mailfiltering gateway guide</title>
@@ -25,8 +25,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>5</version>
-<date>2011-06-19</date>
+<version>2</version>
+<date>2012-04-29</date>
<chapter>
<title>Introduction</title>
@@ -1913,6 +1913,35 @@
</body>
</section>
<section>
+<title>Repeating tasks after installation</title>
+<body>
+
+<p>
+Some of the activities mentioned in this guide will need to be repeated after
+upgrades. For instance, the <c>chown -R amavis:mailusers</c> in the section on
+<uri link="#doc_chap6">Autolearning and sidelining emails</uri> will need to be
+repeated after every update of amavisd-new.
+</p>
+
+<p>
+Luckily, Gentoo provides you with the means to perform these steps
+automatically. In <uri
+link="/doc/en/handbook/handbook-amd64.xml?part=3&chap=6#doc_chap3">Hooking in
+the Emerge Process</uri>, the Gentoo Handbook explains how to execute tasks
+after installations of a particular package, like so:
+</p>
+
+<pre caption="Example bashrc snippet for running the mentioned chown">
+if [ "${PN}" == "amavisd-new" ] &&
+ [ "${EBUILD_PHASE}" == "postinst" ];
+then
+ chown -R amavis:mailusers /var/amavis/.maildir
+fi
+</pre>
+
+</body>
+</section>
+<section>
<title>Getting help</title>
<body>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml
@ 2012-11-07 18:47 Sven Vermeulen (swift)
0 siblings, 0 replies; 8+ messages in thread
From: Sven Vermeulen (swift) @ 2012-11-07 18:47 UTC (permalink / raw
To: gentoo-commits
swift 12/11/07 18:47:28
Modified: mailfilter-guide.xml
Log:
Fixing version, came from 5, messes up tracing versioning for translators
Revision Changes Path
1.28 xml/htdocs/doc/en/mailfilter-guide.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml?r1=1.27&r2=1.28
Index: mailfilter-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mailfilter-guide.xml 29 Apr 2012 17:26:08 -0000 1.27
+++ mailfilter-guide.xml 7 Nov 2012 18:47:28 -0000 1.28
@@ -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.27 2012/04/29 17:26:08 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mailfilter-guide.xml,v 1.28 2012/11/07 18:47:28 swift Exp $ -->
<guide>
<title>Gentoo mailfiltering gateway guide</title>
@@ -25,7 +25,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
+<version>6</version>
<date>2012-04-29</date>
<chapter>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-11-07 18:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 9:16 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: mailfilter-guide.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2012-11-07 18:47 Sven Vermeulen (swift)
2012-04-29 17:26 Sven Vermeulen (swift)
2011-06-19 9:12 Joshua Saddler (nightmorph)
2011-06-19 3:54 Joshua Saddler (nightmorph)
2011-03-04 20:44 Joshua Saddler (nightmorph)
2011-03-04 18:12 Joshua Saddler (nightmorph)
2008-05-20 20:12 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox