From 753da1326115669d5e9ea5cef98cfd48b916d6c7 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 7 Dec 2003 14:47:15 +0000 Subject: [PATCH 1/1] Fixed "=caperr" rules syntax. --- PerlMail/Config.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 { -- 1.8.3.1