Procmail Regex
- From: "Linux Geeks" <indolinux.geeks@xxxxxxxxx>
- Date: Fri, 11 May 2007 11:56:50 +0700
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
: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 ?
Thanks,
Dino
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: Procmail Regex
- From: Anne Wilson
- Re: Procmail Regex
- Prev by Date: Re: Installing ATI drivers
- Next by Date: Re: some changes to properties of home directory using root
- Previous by thread: Email Headers occasionally appearing in full
- Next by thread: Re: Procmail Regex
- Index(es):
Relevant Pages
|