At 03:56 PM 10/29/03 +, you wrote:
Since I upgraded I get mail from cron with numerous errors of this
form in it.
Insecure dependency in link while running with -T switch at
/usr/share/perl5/Mail/SpamAssassin/NoMailAudit.pm line 452, line 136.
Razor requires a source-code patch to work with S
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