From: short <> Date: Tue, 27 Jul 2004 07:26:01 +0000 (+0000) Subject: +sa-learn(1) support. X-Git-Url: https://git.jankratochvil.net/?p=PerlMail.git;a=commitdiff_plain;h=b8fb5d2c6d3ba9fc81867695c0daa19d549f3eb6 +sa-learn(1) support. --- diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 9416b0f..3b23b0c 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -436,7 +436,10 @@ sub audit store "=errm","bell" if $isFROM_MAILER && !did(); - store "==","sms" if !did; + if (!did) { + store "==","sms"; + spamassassin "sa-learn --ham"; + } } sub audit_sms_address