Re: Procmail Regex
- From: Anne Wilson <cannewilson@xxxxxxxxxxxxxx>
- Date: Fri, 11 May 2007 10:27:47 +0100
On Friday 11 May 2007, Anne Wilson wrote:
On Friday 11 May 2007, Linux Geeks wrote:This may be a mixture of methods, so may not work. I use structures like
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
${MAILDIR}.INBOX.Design/
in the destination line.
Anne
Attachment:
pgppWP6Ea2Y2e.pgp
Description: PGP signature
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- Procmail Regex
- From: Linux Geeks
- Re: Procmail Regex
- From: Anne Wilson
- Procmail Regex
- Prev by Date: Re: CodecBuddy - how to help?
- Next by Date: Re: Can someone give me a really WORKING yum.conf?
- Previous by thread: Re: Procmail Regex
- Next by thread: Re: Procmail Regex
- Index(es):
Relevant Pages
|