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
 
 
Kindest Regards
Craig Edmonds
123 Marbella Internet
W: www.123marbella.com
 


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.
----- Original Message -----
Sent: Monday, October 23, 2006 6:12 PM
Subject: [Declude.JunkMail] OT: imail q files magically dissapearing

On one of my imail servers, my spool folder is slowly filling up with D files.
 
I am using fpreview to view the files in the spool and there are currently 180 or so emails.
 
when i try to "return to queue" I get an error saying that the q file could not be found, whch isa bit strange becasue many many of the emails are local to the server.
 
When I look in the /spool there is a not a single q file anywhere.
 
Any ideas whats happening?
 
Has sniffer or declude gone nuts?
 
Kindest Regards
Craig Edmonds
123 Marbella Internet
W: www.123marbella.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.

---
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.

Reply via email to