Hi Mark!
You wrote:
> Now I just need to get a filtering program [...]
Why?
Qmail mailinglist, 20. May 1998, Joerg Lenneis wrote:
> You can do filtering by combining condredirect with the
> user-<something> mechanism. The .qmail file would contain two or
> more entries like this:
>
> |condredirect [EMAIL PROTECTED] grep -q '^To: [EMAIL PROTECTED]'
> ./Mailbox
>
> In order to do the delivery into a maildir of your choice you would then
> create .qmail-redhat with the line:
>
>./Maildir-redhat/
This is my .qmail :
------ 8< ------
|condredirect [EMAIL PROTECTED] egrep -q '^From.*qmail.*'
|condredirect [EMAIL PROTECTED] egrep -q '^To.*qmail.*'
|condredirect [EMAIL PROTECTED] egrep -q '^Cc.*qmail.*'
------ 8< ------
.qmail-qmail contains the line:
/home/mark/Mail/qmail/
Ciao,
Mark Weinem