Hi I don't know how long this has been happening but investigating my logs has thrown up a couple of errors I think I should better understand.
2013-12-18T12:08:31+00:00 ERR: HORDE-PROD [imp] Error reporting spam: Dec 18 12:08:31.306 [9395] warn: archive-iterator: no access to d...@example.net: No such file or directory at /usr/share/perl5/ Mail/SpamAssassin/ArchiveIterator.pm line 771. Dec 18 12:08:31.316 [9395] warn: archive-iterator: unable to open d...@example.net: No such file or directory [pid 1889 on line 74 of "/usr/share/horde-prod/imp/lib/Spam/Program.php"] 2013-12-18T12:08:32+00:00 ERR: HORDE-PROD [imp] Error reporting spam: Dec 18 12:08:32.961 [9404] warn: archive-iterator: no access to d...@example.net: No such file or directory at /usr/share/perl5/ Mail/SpamAssassin/ArchiveIterator.pm line 771. Dec 18 12:08:32.961 [9404] warn: archive-iterator: unable to open d...@example.net: No such file or directory [pid 1889 on line 74 of "/usr/share/horde-prod/imp/lib/Spam/Program.php"] However, spam is reported (it's forwarded to spamcop.net) and deleted from the user's inbox. My backends.local.php has: 28 'spam' => array( 29 'innocent' => array( 30 'display' => true, 31 // 'email' => null, 32 'email_format' => 'digest', 33 'program' => '/usr/bin/spamassassin -k %u' 34 ), 35 'spam' => array( 36 'display' => false, 37 'email' => 'submit.xxxxmungedx...@spam.spamcop.net', 38 'email_format' => 'digest', 39 'program' => '/usr/bin/spamassassin -r %u' 40 ), Should I presume the training isn't being done and ask for advice somewhere else? :) Thanks. Simon -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org