> replyLogging is not a new feature (at least 18 monthes old) and 
logs the reply ASSP is sending.   
 > ConnectionLog is reponsible 
for logging the connection, set it to "verbose". 
Aha, Fair 
enough. 
As I already wrote before I haven't been watching the 
latest developments this year which also shows how good ASSP is running... 
I took replyLogging as it so obviously fitted my request. Is it 
meant for outgoing messages? 
 
I'm now getting 
this as extra data... 
 
Oct-19-09 13:14:14 
[Worker_1] Disconnected: 65.55.111.171  - command list was 'EHLO,MAIL 
FROM,RCPT TO,DATA,QUIT' - used 6 SocketCalls   
Oct-19-09 13:14:20 
[Main_Thread] Info: cleaned 2 kbyte of memory from 1 closed SMTP and WEB 
connections 
 
I was expecting something like 
"MTA says 250 OK" or any other reply it may have given. 
Although 
this is interesting info as well, it wasn't what I was thinking of. It is 
also missing the message-id so it doesn't come up when doing  "grep 
<message-id> maillog.txt" 
 
# grep -B1 
-A2 50849-12250 logs/maillog.txt   
Oct-19-09 13:14:08 [Worker_1] 
Connected: 65.55.111.171:6532 -> 192.168.10.130:225 -> 
192.168.10.25:25 , 11-12   
Oct-19-09 13:14:13 50849-12250 [Worker_1] 
65.55.111.171 <x...@msn.com> to: x...@xx.com Bayesian 
Check [scoring] - Prob: 0.00000 / Confidence: 0.00791 => doubtful.ham   

Oct-19-09 13:14:14 50849-12250 [Worker_1] [MessageOK] 65.55.111.171 
<x...@msn.com> to: x...@xx.com message ok 
[connectionlog test]   
Oct-19-09 13:14:14 [Worker_1] Disconnected: 
65.55.111.171  - command list was 'EHLO,MAIL FROM,RCPT TO,DATA,QUIT' - 
used 6 SocketCalls   
Oct-19-09 13:14:20 [Main_Thread] Info: cleaned 2 
kbyte of memory from 1 closed SMTP and WEB connections 
 
Which brings me to my 2nd request... 
I'm now 
using grep -B1 -A2 to get the adjacent entries in the log. Is it possible to 

give a message an ID at the moment it connects? I'm talking about the 
13:14:08 entry. 
 
JP
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to