procmail
[Top] [All Lists]

best way to edit a file from a procmail recipe

2007-03-03 20:32:30
What's the best way to go about it?  Echoing commands to be piped to ed 
or ex?  Writing the output of some other command (in my case, grep will 
do the job) to a temporary file and then renaming the temporary one to 
clobber the original?

Yes, I realize that ed or ex would actually write a temporary file and 
then clobber the original at the end, but then binary would handle all 
that and my procmail code wouldn't have to.  However, echoing the 
commands into ed or ex in a procmailrc action line might be a 
syntactical nightmare.

I don't have crontab access on the system where this all takes place, so 
I'm going to have to arrange it by sending trigger messages to my 
account there from a system where I do have crontab access and running 
the commands from my .procmailrc.

____________________________________________________________
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