Rob,
Not directly related, but setting ERRORCODE=67, which will return "no such
user"
back to the sender, isn't very useful on spam, because spammers fake their
from
addresses, and most of the time those from addresses point to non-existent
users.
It probably will only serve to confuse your friend
> I tried to create it with a mkdir in the users mail folder, but I can
not acces it through things like squirrelmail.
because you need to subscribe the folder as well. here is part of my
maildrop filter i use to do it automagically
`test -d $VHOME/Maildir/.Spam`
if ( $RETURNCODE == 1 )
{
`/u
y, August 04, 2003 9:58 AM
Subject: Re: [SAtalk] getting spam to goto a users spam folder.
> I am also using RH9 and sendmail. Here's what ours look like:
>
> LOGFILE=$HOME/.log.procmail
> DROPPRIVS=yes
>
> :0
> * ^^rom[ ]
> {
> LOG="*** Dropped F off From_
I am also using RH9 and sendmail. Here's what ours look like:
LOGFILE=$HOME/.log.procmail
DROPPRIVS=yes
:0
* ^^rom[ ]
{
LOG="*** Dropped F off From_ header! Fixing up. "
:0 fhw
| sed -e '1s/^/F/'
}
:0:
* ^X-Spam-Status: Yes
mail/spam
It might not be the best way, but it works just as yo