Hi all,
I run this little script in a cron job once a night to learn and
report spam.
#!/bin/bash
if [ -s ${HOME}/mail/spool/spam ]; then
fetchmail -q
cat ${HOME}/mail/spool/spam | formail -s spamassassin -l ${HOME}/public_html/spam
-r
cat /dev/null > ${HOME}/mail/spool/spam
f
> "Fred" == Fred Marton <[EMAIL PROTECTED]> writes:
Fred> I'm trying to install SA 2.60 on a Debian woody system and I
Fred> have the following problems (both using CPAN and the tarfile
Fred> via make test):
Fred> t/sha1..Use of inherited AUTOLOAD for
F