procmail
[Top] [All Lists]

Re: putting in a time delay in a procmail script

2001-06-11 11:14:54
Andreas Tindlund asked,

| What command can be used for this purpose?

sleep(1), like so:

 :0Wci condition_related_flags
 * conditions
 | sleep 5 # or however many seconds you want in the delay
  :0A action_related_flags: # no second colon if no need for local lockfile
  original_action

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