2016-03-05 0:56 GMT+00:00 Wietse Venema <[email protected]>: > Pawe? Grzesik: > > Mar 4 22:52:09 mailtest postfix/pipe[16692]: EA9ACC794C: to=< > [email protected]>, > > relay=dlp, delay=1.1, delays=0.31/0.01/0/0.78, dsn=2.0.0, status=sent > > (delivered via tool service) > > Mar 4 22:52:09 mailtest postfix/pipe[16693]: EA9ACC794C: > to=<ptwo@mailtest>, > > relay=dlp, delay=1.1, delays=0.31/0.01/0/0.82, dsn=2.0.0, status=sent > > (delivered via tool service) > > Mail for both recipients was delivered to the tool. They were > delivered by different pipe daemon processes, one with pid=16692 > and one with pid=16693. > > Yes, you right and I just figure out where is the problem. That BCC was simply in my ARGV[3] and my script was not doing anything with it, so that's why there was no error and nothing at the logs. As I see it's only for BCC.
> > But then in my tool I don't see anything except the first testone@ -> > pone@. > > Nothing about ptwo@. > > So the tool lost the bcc recipient, i.e. the one that is not > present in the mail header. > > > Am I doing somethings wrong? How can I debug it? > > To debug, have the tool log the command line arguments. > Thank's for an important clue Wietse! :-) > > Wietse > Thanks, Pawel
