procmail
[Top] [All Lists]

Re: Suggestions

2000-11-28 12:33:01

On Tue, 28 Nov 2000, Gary de Montigny wrote:

Hello,

I am new to procmail and procmail recipes.  I am running .procmailrc to
test for certain email address and if it finds then run a script on
the message.  Here is my procmailrc:

:0
* phorum(_at_)lists(_dot_)phorum(_dot_)org
| /var/www/html/phorum/scripts/phorummail forum=2
path=/var/www/html/phorum

Is there anything you would change?  Could the conditions be improved?
I've been getting transcript errors/ permission denied using
the above internittently.  Thanks.

I'm not familiar with phorummail.  Perhaps you can explain what that
script does.

I'm assuming that you're looking for the 
phorum(_at_)lists(_dot_)phorum(_dot_)org
address in the To:  header.  If you are, this recipe would work
better.  Remember the action must be on one line.

:0
* ^TO_phorum(_at_)lists\(_dot_)phorum\(_dot_)org
| /var/www/html/phorum/scripts/phorummail forum=2 path=/var/www/html/phorum

Also, if you're getting permission denied errors, make sure your
script uses the correct permissions (whatever those might be).

_______________________________________________
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>
  • Suggestions, Gary de Montigny
    • Re: Suggestions, Matt Dunford <=