> I can't seem to find where I would set the text for the message:
> Learn more at                             ;
>
> Can anyone shed some light on where that is and what it should really
> say?

I suspect that it's a message from one of those spambots which just
connect wait (or sometimes don't even wait) for the server banner
and then spit out the WHOLE message as a single "\r\n" separated
string (without even checking for SMTP codes) and then disconnect
I'm not sure, but I suspect that such a behaviour may cause ASSP
to get "confused" at times; what I mean is something like

HELO whatever.xyx\r\nMAIL FROM: [email protected]\r\nrcpt TO:...

and btw the bot just build that buffer once and then connects to any
"target", spits out the WHOLE buffer at once and closes the connection



------------------------------------------------------------------------------
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to