1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-spamassassin-1.4.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10use_auto_whitelist mezzanine_patched_smeserver-spamassassin-1.4.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10use_auto_whitelist |
2 |
--- smeserver-spamassassin-1.4.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10use_auto_whitelist 2006-06-14 11:39:32.839683915 +1000 |
3 |
+++ mezzanine_patched_smeserver-spamassassin-1.4.0/root/etc/e-smith/templates/etc/mail/spamassassin/local.cf/10use_auto_whitelist 2006-06-14 11:39:26.448795577 +1000 |
4 |
@@ -1,3 +1,3 @@ |
5 |
{ |
6 |
- return "use_auto_whitelist" . ($spamassassin{UseAutoWhitelist} || 0); |
7 |
+ return "use_auto_whitelist " . ($spamassassin{UseAutoWhitelist} || 0); |
8 |
} |