/[smecontribs]/rpms/smeserver-fetchmail/contribs9/smeserver-fetchmail-1.6-stop_bounce_loop.patch
ViewVC logotype

Annotation of /rpms/smeserver-fetchmail/contribs9/smeserver-fetchmail-1.6-stop_bounce_loop.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Sep 25 10:34:47 2015 UTC (8 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-fetchmail--, smeserver-fetchmail-1_6-14_el6_sme, smeserver-fetchmail-1_6-15_el6_sme, smeserver-fetchmail-1_6-8_el6_sme, smeserver-fetchmail-1_6-9_el6_sme, smeserver-fetchmail-1_6-13_el6_sme, smeserver-fetchmail-1_6-10_el6_sme, smeserver-fetchmail-1_6-12_el6_sme, HEAD
* Fri Sep 24 2015 Daniel Berteaud <daniel@firewall-services.com> 1.6-8.sme
- Fix bounce looping each time mails are fetch in case of
  permanent delivery failure [SME: 9074]

1 vip-ire 1.1 diff -Nur smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail smeserver-fetchmail-1.6_bz9074/root/etc/e-smith/templates/etc/fetchmail/90fetchmail
2     --- smeserver-fetchmail-1.6/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-02-06 10:41:14.000000000 +0100
3     +++ smeserver-fetchmail-1.6_bz9074/root/etc/e-smith/templates/etc/fetchmail/90fetchmail 2015-09-25 12:25:34.139315393 +0200
4     @@ -320,7 +320,7 @@
5    
6     my $staticvalue = "/usr/bin/fetchmail $mdbg --fetchmailrc - <<EOF\n" ;
7     $staticvalue .= "set postmaster \"postmaster\@$dom\"\n" ;
8     - $staticvalue .= "set bouncemail\nset properties \"\"\n" ;
9     + $staticvalue .= "set bouncemail\nset no softbounce\nset properties \"\"\n" ;
10    
11     # we need to convert the name and the password from HEX to text
12     $mname = pack( "H*", $mname ) ;
13     @@ -346,6 +346,7 @@
14     $OUT .= " user '$mname' $DestSMTPServer with password '" ;
15     $OUT .= "$mpass' is $name here $keep $ssl\n" ;
16     $OUT .= " smtphost 127.0.0.200/$tcpport" . "\n";
17     + $OUT .= " antispam 550\n";
18     $OUT .="EOF\n";
19     }
20     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed