procmail
[Top] [All Lists]

RE: html bouncer (was no subject)

2001-03-21 08:53:01

Please use Subject: lines
        especially with mailing lists.  It makes it much easier to find replies



I think I have a problem on the First step. Can anyone help?

I think I have corrected several mistakes without adding any new ones

But I do not know if I have fixed them all, esp. the <HTML> part of the recipe.

Would looking for the HTML content-type be better/more efficient/less
error-prone?



file_name = `date +%s`

:0
* ! ^FROM_DAEMON
* ! ^majordomo(_at_)bus\(_dot_)ucf\(_dot_)edu
{
         :0 H
         * (cba(stf|fac)?@(atlantis\.)?bus\.ucf\.edu
         {
         :0 B
         * ()<HTML>
         * ()</HTML>
         {
                 :0 c
                 /tmp/$file_name.txt

                 :0
                 | /usr/local/bin/html_bouncer.pl $file_name.txt
         }
}


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>