From: short <> Date: Sun, 7 Dec 2003 14:47:15 +0000 (+0000) Subject: Fixed "=caperr" rules syntax. X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=commitdiff_plain;h=753da1326115669d5e9ea5cef98cfd48b916d6c7;hp=b7c6e69a5791a5b3e51a79fa61f4df73dc3c50a4 Fixed "=caperr" rules syntax. --- diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 42e62cb..5860147 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -386,10 +386,10 @@ sub audit store "=libtoolpat","log" if headeris "List-Id" ,''; store "=automake","log" if headeris "List-Id" ,''; store "=autoconf","log" if headeris "List-Id" ,''; - if (headeris "From" ,'' - || headeris "From" ,'' - || headeris "From" ,'' - || headeris "From" ,'') { + if (headeris("From" ,'') + || headeris("From" ,'') + || headeris("From" ,'') + || headeris("From" ,'')) { store "=caperr","log"; } else {