http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5001
------- Additional Comments From [EMAIL PROTECTED] 2006-07-19 17:43 -------
ok, i applied it like this
nano /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin/Plugin/AWL.pm
CTRL+W
[PASTE]
warn("auto-whitelist: open of auto-whitelist file failed
[PRESS ENTER]
comment the lines like this
# if (!$evalok) {
# warn("auto-whitelist: open of auto-whitelist file failed: $@");
# # try an unlock, in case we got that far
# eval { $whitelist->finish(); };
# return 0;
# }
and paste just bellow the comments (if you want add a comment as i did to mark
the fix)
[code to paste]
#fix on http://issues.apache.org/SpamAssassin/attachment.cgi?id=3221&action=view
if (!$evalok) {
warn("auto-whitelist: open of auto-whitelist file failed: $@");
# try an unlock, in case we got that far
eval { $whitelist->finish(); } if $whitelist;
return 0;
}
[/code to paste]
that way i applied the patch.
Regards,
José Luis Chafardet
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.