|
Only problem his, how do you know what the recipient email address is without parsing either the Declude or SMTP logs?
Oh, BTW, no the to address in the headers is not always the email address the message is destined to.
John T eServices For You
"Seek, and ye shall find!"
-----Original Message-----
Hi Darrell,
In your fpreview programme (which is pretty useful) how about making it when you "return to queue", it gives an option to recreate the q file?
I have made a small command line vbs script which does it but its still time consuming to enter the data one by one but cuts down the time have to create one manually.
I wrote this last night very quickly becasue I have about 250 legitimate mails which are broken and have to fix them one by one. It very basic but does the job for me today.
<--- start script
Set ArgObj = WScript.Arguments
filename=ArgObj(0)
Sender=ArgObj(1)
Recipient=ArgObj(2)
Spoolfolder="c:\imail\spool\"
'======================================================
'======================================================
Set fso=nothing
set ArgObj = Nothing
<------end script
Kindest Regards
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Craig,
fpReview loads the D* file. If you are having failures in the SMTP transaction you will have broken files (i.e. the Q* file does not exist OR is prefaced with t*).
I am not sure what Imail version your running but have seen others report a signifigant increase in broken connection files in 2006.
Darrell ------------------------------------------------------------------------
--- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. |
- [Declude.JunkMail] OT: imail q files magicall... Craig Edmonds
- RE: [Declude.JunkMail] OT: imail q files... Craig Edmonds
- Re: [Declude.JunkMail] OT: imail q files... Darrell \([EMAIL PROTECTED])
- RE: [Declude.JunkMail] OT: imail q f... Craig Edmonds
- RE: [Declude.JunkMail] OT: imail... John T \(Lists\)
- RE: [Declude.JunkMail] OT: imail q files... Colbeck, Andrew
