Re: Procmail Regex

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 11 May 2007, Linux Geeks wrote:
> Hi All,
>
> Right now I have a global account which reside in my ISP's server, and
> I twice a day get all my emails using fetchmail + cron and delivered
> them to each mailbox using procmail.
>
> Right now I'm using an abundant rules to check agains 'To' and
> 'Received' header from incoming mails as shown below
>
> ====================
>
> :0
>
> * ^To:.+a@domain\.com
> ! a@xxxxxxxxxx
>
> :0
>
> * ^Received:.+a@domain\.com
> ! a@xxxxxxxxxx
>

> ====================
>
> This rule is very inefficient. As I create new user, I have to add two
> additional rule entry. Is there any regex alternative to my problem  ?
>


Try

:0
* (^To|^Received):.+a@domain\.com
 ! a@xxxxxxxxxx

Anne

Attachment: pgpIFEV3PofSl.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux