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: $?"; }
