Hello,

I am using Exim 4.72 on CentOS 5.5 and stumbled upon a strange phenomenon.

I am using procmail to conditionally send email notifications (actually,
SMS notification by means of email to SMS gateway) when a subject line
matches certain criteria.

The procmail recipe runs a Perl script and pipes to it message headers.
The script takes recipients' emails from its command line and sends an
email to every one of them.

The script, in a loop, sends email to every email address provided in
command line and prints message to stdout for logging purposes.

The problem is that script sends N copies of every message (N is the
number of email addresses passed), even though it outputs the
corresponding log string only once (i.e., it piped message to /bin/mail
only once per every email provided).

Message IDs differs for all the copies of the same message to the same
recipient, but is the same for all messages of a 'batch' send to all the
different recipient.

What can lead to such a behaviour, where shall I look for the cause of this?

Thanks.
Sincerely,
Konstantin

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to