> > Original number of recipients for a given message.
So this single message will be send to the given number of recipients, right?. Well but there is no list of them in the log. My problem is that there is for example 390 recipients. This line has some queue ID, sender and nrcpt. And there are only for example 3 lines following with the same queue ID containing 3 recipients. Where are the others? It doesn't make sense... In other words: There is a line like that one: > Jul 23 07:26:23 server postfix/qmgr[2580]: AEE706A60B5: from=< sen...@server.org>, size=1707076, nrcpt=390 (queue active) Then there three lines containing the queue ID AEE706A60B5 like this one: > Jul 23 07:26:26 server postfix/smtp[30943]: AEE706A60B5: to=< recie...@another.org>, relay=none, delay=148458, delays=148455/0.02/3/0, dsn=4.4.1, status=deferred (connect to another.org[1.2.3.4]:25: No route to host) And that's all. This queue ID is then used after more then one hour and it starts by line containing from=.... Where is the rest of recipients? Is it just not listed or there are only 3 recipients? That's why I'm confused whether the nrcpt realy means the number of recipients for this single message. Why I do this analysis is that I need to know whether this guy sends a spam or not... And I have to be sure about my conclusion. :) Thank you, M.