1 |
brianr |
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 |
|
|
+ |