Re: [SAtalk] Procmail recipe question...

2002-06-23 Thread Eric L. Santelices
I have spamassassin setup in a sitewide config using RH71, SendMail and ProcMail, all installed via RPM's. I configured /etc/procmail as follows: LOGDATE=`date +\%m\%d\%Y` LOGFILE=/var/log/procmail/PROCmAIL.LOG.$LOGDATE :0fw | /usr/local/bin/spamc I check the log file and I do see the message

Re: [SAtalk] Procmail recipe question...

2002-06-23 Thread Robert Arnold
Hi Jim, I'm new to SA, but I /do/ know a bit about procmail. I think the "c" flag will help you out here: :0fw | spamassassin -P :0: * ^X-Spam-Status: Yes caughtspam :0 c !wireless@address ...The c flag copies the message. So the action line--"!wireless@address"--is enacted on the origin

Re: [SAtalk] Procmail recipe question...

2002-06-23 Thread Pete Hanson
At 06/23/2002 08:17, Jim Howard wrote: >What I'd like to do is modify this rule so that it sends good mail to my >inbox, but also forwards it to another internet address, namely that of my >wireless device. Hi Jim, Add something like this to the end: :0 c ! [EMAIL PROTECTED] Beware, how

Re: [SAtalk] Procmail recipe question...

2002-06-23 Thread Theo Van Dinter
On Sun, Jun 23, 2002 at 11:17:40AM -0500, Jim Howard wrote: > What I'd like to do is modify this rule so that it sends good mail to my > inbox, but also forwards it to another internet address, namely that of my > wireless device. At the end of your .procmailrc, add the following: :0c [EMAIL PRO

[SAtalk] Procmail recipe question...

2002-06-23 Thread Jim Howard
Hi, All: I realize this is a beginner question, and it's related to my procmail recipe, but if anyone could help me, I'd appreciate it. My current procmail recipe is: :0fw | spamassassin -P :0: * ^X-Spam-Status: Yes caughtspam Which works as intended. Good mail ends up in my inbox, bad mail