procmail
[Top] [All Lists]

Attempting to match things ^TO_ a listname owner address...

2006-02-16 19:47:01
I'm looking to filter any mail coming into my inbox, which matches being
sent to *-owner that I help to moderate, so that any of that mail will
go to one box, in this case, List-Owners.

:0
* ^TO_-owner(_at_)lopsa[(_dot_)]org\>
{
   LOG = "(Various LOPSA List Owner Mail)$NL"

   :0A
   .Technical.SysAdmin.LOPSA.List-Owners/
}

I have also tried:

:0
* ^TO_(-owner)+(_at_)lopsa[(_dot_)]org\>
{
   LOG = "(Various LOPSA List Owner Mail)$NL"

   :0A
   .Technical.SysAdmin.LOPSA.List-Owners/
}

and

:0
* ^TO_\-owner(_at_)lopsa[(_dot_)]org\>
{
   LOG = "(Various LOPSA List Owner Mail)$NL"

   :0A
   .Technical.SysAdmin.LOPSA.List-Owners/
}

Is there something obvious I'm missing here? This has been mildly
frustrating.

Thanks in advance!
Best,
--Glenn
-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
          ~Benjamin Franklin, Historical Review of Pennsylvania, 1759


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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