Hi, > Thank you for the fast reply, > But I need somethig a little bit more complicated: > I want to ensure the a whole .procmailrc execution will be completed before a > next begins. > I am trying to do a small experiment : In my .procmailrc I call to 3 > different spamfilter, and then I write the results to a file. there for I > must ensure execution completion before another execution begin. > Does anyone know how can I do it?
I think what you can do is something like :0 w __add_a_rule_here_that_work_on_all_mail { # Do your 3 filters inside the {} :0 w | filter1 :0 w | filter2 :0 w | filter3 } Since the whole process is included between {} procmail should wait until everything is finished before processing a new mail Remi N.B. This is what I think should work but I did not test it. _______________________________________________ SpamBayes@python.org http://mail.python.org/mailman/listinfo/spambayes Check the FAQ before asking: http://spambayes.sf.net/faq.html