|
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\"
Qfilename="Q" & filename & ".smd" Dfilename="D" & filename & ".smd" Filename=Spoolfolder & Qfilename '======================================================
'write the q file first '====================================================== Set fso = CreateObject("Scripting.FileSystemObject") set fname=fso.CreateTextFile(Filename,true) Set fso=nothing Set fname=nothing '======================================================
'now write the content of the q file '====================================================== Set fso = CreateObject("Scripting.FileSystemObject") Set fname = fso.OpenTextFile(Filename, 8, True) fname.write "QC:\IMail\spool\" & Dfilename & vbCRLF fname.write "Hmail.mail2.123marbella.com" & vbCRLF fname.write "S<" & Sender & ">" & vbCRLF fname.write "R<" & Recipient & ">" & vbCRLF Set
fso=nothing
Set fname=nothing set ArgObj =
Nothing
<------end script
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Sent: Tuesday, October 24, 2006 8:19 AM To: [email protected] Subject: Re: [Declude.JunkMail] OT: imail q files magically dissapearing 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
------------------------------------------------------------------------
Check out http://www.invariantsystems.com for utilities for Declude And Imail. IMail/Declude Overflow Queue Monitoring, SURBL/URI integration, MRTG Integration, and Log Parsers.
--- 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
