>On a related question, why does this email keep retrying to send itself >even though a 250 OK was sent? For past couple of hours it's been >retrying and doesn't seem to be giving up.
It has taken me days to fix it in V2 - This is the reason. .... C: DATA S:354 OK C: sending the data and CRLF.CRLF S: (assp checks => spam) we are sending 250 OK (and closing the connection) C: QUIT (send to nowhere - we have already closed the connection) S: 221 closing (never sent) (this is only one - the simple- example - the real problem is much more compelex) Some mail servers need the full SMTP handshake (until 221) to consider a mail delivered. Maybe we can also fix this in V1 - not sure!? Thomas Paul Houlbrooke <[email protected]> 15.09.2009 19:44 Bitte antworten an ASSP development mailing list <[email protected]> An ASSP development mailing list <[email protected]> Kopie Thema Re: [Assp-test] Attachment Blocking Returns 250 OK ? Paul Houlbrooke wrote: > What would cause an email that is failing because of an attachment it > contains returning a 250 OK status instead of AttachmentError? > > > Sep-15-09 11:23:10 Connected: 209.86.89.63:44544 -> 192.168.1.91:25 -> > 192.168.1.91:125 > Sep-15-09 11:23:10 id-28190-09251 209.86.89.63 <[email protected]> to: > [email protected] recipient accepted: [email protected] > Sep-15-09 11:23:11 id-28190-09251 209.86.89.63 <[email protected]> to: > [email protected] info: attachment RealTemp.exe found for Level-1 > Sep-15-09 11:23:11 id-28190-09251 [Attachment] 209.86.89.63 > <[email protected]> to: [email protected] [spam found] -- bad attachment > 'example.exe' -- ; > Sep-15-09 11:23:11 id-28190-09251 209.86.89.63 <[email protected]> to: > [email protected] [SMTP Reply] 250 OK > Sep-15-09 11:23:11 Disconnected: 209.86.89.63 > > This was happening with 1.5.1.7 and now 1.5.1.7(0.2.03). > > > On a related question, why does this email keep retrying to send itself even though a 250 OK was sent? For past couple of hours it's been retrying and doesn't seem to be giving up. ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test DISCLAIMER: ******************************************************* This email and any files transmitted with it may be confidential, legally privileged and protected in law and are intended solely for the use of the individual to whom it is addressed. This email was multiple times scanned for viruses. There should be no known virus in this email! ******************************************************* ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
