Hello list, Michael Post schrieb: > Hello list, > > here my script: > > cd /var/spool/imap/user/645372 > > echo "Lerne spam ..." > sa-learn --spam --showdots -u amavis--mbox Spams > echo Fertig. > echo > echo > > cd /var/spool/imap/user/645372 > > echo "Lerne ham ..." > sa-learn --ham --showdots -u amavis --mbox Hams > echo > echo > > > sa-learn analyses the spam correctly but not the ham. > > The output is "Learned tokens from 0 message(s) (0 message(s) > examined)". Why? > No problems with rights (same as correctly analysed spam) or other > permissions. There exist under the given directory 700 mails known as > ham but i do not know the problem. > > who can help me? > Fatal error by myself. Sorry for it.
2 Errors were detect by me. > echo "Lerne spam ..." > sa-learn --spam --showdots -u amavis--mbox Spams here it has to be SPACE--mbox, but the mails do not exist in mbox-format. I have insert the space and deleted the --mbox and now it will processed perfectly. THX for carrying. Michael ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
