/[smecontribs]/rpms/smeserver-fetchmail/contribs9/smeserver-fetchmail-1.6-bz10538-force_spamcheck.patch |
Parent Directory | Revision Log | Revision Graph
* Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.6-13.sme - fix no spamcheck anymore for fetchmail [SME: 10290]
1 | jpp | 1.1 | diff -Nur smeserver-fetchmail-1.6.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail smeserver-fetchmail-1.6/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail |
2 | --- smeserver-fetchmail-1.6.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail 1969-12-31 19:00:00.000000000 -0500 | ||
3 | +++ smeserver-fetchmail-1.6/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail 2018-03-11 00:53:40.454000000 -0500 | ||
4 | @@ -0,0 +1,7 @@ | ||
5 | +{ | ||
6 | + # vim: ft=perl ts=4 sw=4 et: | ||
7 | + if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) { | ||
8 | + $OUT = "\n127.0.0.200\n" ; | ||
9 | + } | ||
10 | +} | ||
11 | + |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |