RE: [SAtalk] getting spam to goto a users spam folder.

2003-08-04 Thread Gary Funck
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

RE: [SAtalk] getting spam to goto a users spam folder.

2003-08-04 Thread Dallas L. Engelken
> 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

Re: [SAtalk] getting spam to goto a users spam folder.

2003-08-04 Thread Rob Freeman
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_

Re: [SAtalk] getting spam to goto a users spam folder.

2003-08-04 Thread Thomas Cameron
way, but it works just as you'd expect. -- Thomas Cameron, RHCE, CNE, MCSE, MCT Cameron Technical Services, Inc. http://www.camerontech.com/ (512) 454-3200 - Original Message - From: "Rob Freeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04,

[SAtalk] getting spam to goto a users spam folder.

2003-08-04 Thread Rob Freeman
How do I get spam found with spamassasin to go to a users folder called spam?  I am running redhat 9 with sendmail.  I now get the spam in the users inbox.  I tried this, but I do not have a spam folder:   Procmail preferences   1:  MAILDIR=$HOME/mail2:  3:  :0 H4:  * ^X-Spam-Status:.*Yes5: