procmail
[Top] [All Lists]

Filters getting skipped

2001-06-13 11:13:19
I've created a .procmailrc which is meant to filter all mail into a
spam box unless it is sent directly to me or to a selection of lists
that I have subscribed to. However, the procmail is treating
everything as spam. I've tracked the problem down to somewhere in this
recipe. Does anyone know what I'm doing wrong (probably something
really simple knowing my luck).

# lists - filter to mbox

:0:
  # .*ylug
*  ^To.*ylug.*|\
  # Foxxfire
  ^From.*foxxfire.*|\
  # procmail
  ^To.*procmail.*|\
  ^From.*procmail.*|\
  # linuxprinting [lp.general]
  ^TO_general-list(_at_)linuxprinting\(_dot_)org(_dot_)*|\
  # Fatalis
  ^From.*Fatalis.*|\
  # Tremmie
  ^From.*Randy Entinger.*|\
  # ginger
  ^From.*soappuppy.*
mbox

############################################################################

# hopefully, by this stage, anything left should be spam and can be safely 
# deleted. But, for now, store it in a spam box
:0:
* ^.*
spam

-- 
It's a great big universe and we're all really puny, just tiny little specks 
'bout the size of Mickey Rooney -- Animaniacs
--      --      --      --      --      --      --      --      --      --
Stephen Patterson       s(_dot_)patterson(_at_)SPAMOFFfreeuk(_dot_)com (Remove 
SPAMOFF to reply)
http://home.freeuk.net/s.patterson/
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>