1 |
terryfage |
1.1 |
diff -urN 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 2021-10-20 18:56:09.962125656 -0400 |
3 |
|
|
+++ smeserver-fetchmail-1.6/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail 2021-10-20 18:58:57.000000000 -0400 |
4 |
|
|
@@ -1,9 +1,6 @@ |
5 |
|
|
{ |
6 |
|
|
- $OUT = ''; |
7 |
|
|
- my $status = $fetchmail{status} || 'enabled'; |
8 |
|
|
- unless ($status eq 'disabled') |
9 |
|
|
- { |
10 |
|
|
- $OUT = "\n127.0.0.200\n" ; |
11 |
|
|
- return; |
12 |
|
|
- } |
13 |
|
|
+ # vim: ft=perl ts=4 sw=4 et: |
14 |
|
|
+ if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) { |
15 |
|
|
+ $OUT = "\n127.0.0.200\n" ; |
16 |
|
|
+ } |
17 |
|
|
} |