From: piequiex <pie...@ny...> - 2017-01-04 17:24:59
|
> Am 03.01.2017 um 18:00 schrieb piequiex: > > Hello. > > > > Is it possible to set delay interval after every received message? 1-2 > > seconds. > > > Hi, > no there isn't unless you want to change code or are using the --mda option. I have use --mda. > However, this should never be necessary. Why do you try to do that? The problem is I loss all messages, except first two. They all must be parsed with script, which I execute from procmailrc. I have discovered that all messages will delivered in case when delay interval present in loop. For example: for msg in file.???; do cat $msg | script; sleep 1; done -- 0x16E684E1A170D8A3 |