Forum Discussion
Mike_Pimlott_61
Nimbostratus
19 years agoSMTP response code checking
Hi (again)
why is it that first forays into coding always happen to be the difficult things to get your head around?
I need to see if there is a way in which I can query an SMTP pa...
hoolio
Cirrostratus
19 years agoHello,
There won't be any data (TCP::payload) in the CLIENT_ACCEPTED event. But that is the event where you would potentially want to start collecting the payload.
Also, the 550 response is going to be sent from the server back towards the client, so you would want to look at the server data (not client data).
I don't know SMTP well enough to suggest the best way to write such a rule, but try searching the forum for SMTP. The codeshare also has an SMTP proxy rule that might give you some reference material.
RFC2821 documents the steps in establishing an SMTP connection (Click here). Section 3.3 seems relevant.
Anyone else have ideas?
Aaron