Understanding SA log messages

edvanleeuwen

Verified User
Joined
Nov 18, 2013
Messages
155
I am trying to understand log messages which I assume coming from SA. Example:
Code:
.... R=spamcheck_director T=spamcheck S=8896

How should I read this? Is there some kind of reference?
 
Thanks, Alex. Still, I cannot figure out what the parameters mentioned above mean. I think it is informative, because the message is received at the other end. But I want to be sure this has nothing to do with e.g. the height of the S-parameter.

Do you know where to find that?
 
Code:
S=8896
it is size.
Code:
T=spamcheck
it is transport used to deliver the email
Code:
R=spamcheck_director
it is router
 
Back
Top