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 --- smeserver-fetchmail-1.6.old/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail 1969-12-31 19:00:00.000000000 -0500 +++ smeserver-fetchmail-1.6/root/etc/e-smith/templates/var/service/qpsmtpd/config/forcespamcheck/60fetchmail 2018-03-11 00:53:40.454000000 -0500 @@ -0,0 +1,7 @@ +{ + # vim: ft=perl ts=4 sw=4 et: + if ( ( $FetchMails{ status } || "disabled" ) eq "enabled" ) { + $OUT = "\n127.0.0.200\n" ; + } +} +