I think I figured out what caused the "undefined value" in
Can't use an undefined value as a symbol reference at /usr/local/anomy-167/bin/Anomy/Sanitizer.pm line 1064.
I changed the following line in my sanitizer.cfg from this
file_name_tpl = /var/quarantine/$F.$Y-$m-$d.$H:$M:$S
(e.g. unnamed.html.2004-03-28.13:17:24)
to this
file_name_tpl = /var/quarantine/$F.$$$.$Y-$m-$d.$H:$M:$S
(e.g. unnamed.html.GNK.2004-03-28.13:17:24)
to ensure that the filename was unique.
The error seemed to indicate that Anomy was looking for a file that didn't exist.
I guessed that emails in quick succession could possibly overwrite each other's
a temp files if the filename is not unique.
I guess that I was wrong in assuming the seconds-tag ($S) would
make the filename unique.
signature
---------------------------------
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
Attachments:
+ http://mailtools.anomy.net/archives/anomy-list//c7/b4/066b8ea/01.unnamed.html