procmail
[Top] [All Lists]

Filtering BCC

2004-08-17 08:23:49
Hi, I have this rule working fine (thanks *Google Kreme*):

#############################################

:/0
/* Subject:(.*\<)?\/(teachers.txt|estudetns.txt|directives.txt)
! `cat $MATCH`

#############################################
This rule takes a message where a message matches eg.: teachers.txt and send a copy to the mails in a file named teachers.txt.

Now I want to send a message to an address but I don`t want to write the name of the file in the subject, but in BCC field.
I made this, but did not work:

#############################################

:/0
/* Bcc:(.*\<)?\/(teachers.txt|estudetns.txt|directives.txt)
! `cat $MATCH`

#############################################

Any ideas?

Thanks.....

____________________________________________________________
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>