Scrive Lucio Crusca <[EMAIL PROTECTED]>: > > Se spam o ham, controlla negli header delle mail e nei log. > > S�, ma quello che chiede Marco credo che sia un po' diverso (e infatti > servirebbe anche a me). Poter sparare i 5000 spam sul server > permetterebbe
ok. prendi i file di spam da spamarchive.org e poi fai una cosa tipo cat file_spam| formail -s /usr/sbin/sendmail [EMAIL PROTECTED] [EMAIL PROTECTED] e' la casella ospitata dal server da testare. se invece vuoi istruire spamassassin io ho usato questo, utilizzando i file sempre di spamarchive.org for i in *.gz ; do gunzip -c $i > /tmp/spam.file | sa-learn --spam --mbox --showdots /tmp/spam.file;done spero che sia quello che cercavi. bye -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

