Hi Don,

The site where you can get it is here.

http://www.xs4all.nl/~jarit/asp/filefunc/ 

The license about 30 bucks.

Well worth it in my eyes.

Kindest Regards
Craig Edmonds
123 Marbella Internet
W: www.123marbella.com
E : [EMAIL PROTECTED]
 
Marbella Guide Web Portal
W: www.marbellaguide.com
E: [EMAIL PROTECTED]
 
=========================================


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Don Brown
Sent: Tuesday, May 30, 2006 12:01 AM
To: Craig Edmonds
Subject: Re: [Declude.JunkMail] Hijack Held Notifier

Thanks, Craig.

I don't have the FileFunctions object installed (the script errors on it).
Where do I get it?

Also, shouldn't the last line of the script be Set FFunc = Nothing ?

Thanks,


Sunday, May 28, 2006, 11:20:41 AM, Craig Edmonds <[EMAIL PROTECTED]>
wrote:
CE>  
CE> Hi Don,

CE> Try this.

CE> Set up a scheduled task to run every 15 minutes

CE> I do it on the hold1 folder too.

CE> If there is nothing in the hold queue then nothing happens.

CE> You might need to install the FileFunctions object but that takes 
CE> allof two seconds.

CE> <-----------

CE> filepath="C:\IMAIL\spool\spam\hold2\*.smd"
CE> emailfrom="[EMAIL PROTECTED]"
CE> emailto="[EMAIL PROTECTED]"

CE> Set FFunc = CreateObject("FileFunctions.files")

CE> if FFunc.Exists(filepath) then

CE> FFunc.GetFileList(filepath)

CE>    Set objMessage = CreateObject("CDO.Message") 
CE>    objMessage.Subject = "(Alert) " & FFunc.Count & " Messages in The 
CE> Hold Queue at " & FormatDateTime(Now, 4)
CE>    objMessage.From = emailfrom 
CE>    objMessage.To = emailto 
CE>    strBody = strBody & "There are currently " & FFunc.Count & " 
CE> files in the Hold Queue" & vbCRLF
CE>    strBody = strBody & "" & vbCRLF
CE>    strBody = strBody & "Date: "  & FormatDateTime(Date, 1) & " - " & 
CE> FormatDateTime(Now, 4)
CE>    objMessage.TextBody = strBody
CE>    objMessage.Send

CE> end if

--------->>

CE> Kindest Regards
CE> Craig Edmonds
CE> 123 Marbella Internet
CE> W: www.123marbella.com
CE> E : [EMAIL PROTECTED]
CE>  
CE> Marbella Guide Web Portal
CE> W: www.marbellaguide.com
CE> E: [EMAIL PROTECTED]

CE> -----Original Message-----
CE> From: [EMAIL PROTECTED]
CE> [mailto:[EMAIL PROTECTED] On Behalf Of Don Brown
CE> Sent: Sunday, May 28, 2006 6:04 PM
CE> To: Declude.JunkMail@declude.com
CE> Subject: [Declude.JunkMail] Hijack Held Notifier

CE> Does anyone have a copy of "Hijack Held Notifier" (A VBscript 
CE> program that sends an E-mail whenever Declude Hijack holds any 
CE> messages)? The link on Declude's Web Tools page is broken.


CE> ----
CE> Don Brown - Dallas, Texas USA     Internet Concepts, Inc.
CE> [EMAIL PROTECTED]       http://www.inetconcepts.net
CE> (972) 788-2364                    Fax: (972) 788-5049
CE> ----

CE> ---
CE> This E-mail came from the Declude.JunkMail mailing list.  To 
CE> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type 
CE> "unsubscribe Declude.JunkMail".  The archives can be found at 
CE> http://www.mail-archive.com.
CE> [ This E-mail has been scanned for Spam and Viruses by Declude ] [ 
CE> Thank You For Using 123 Marbella Internet ]




CE> [ This E-mail has been scanned for Spam and Viruses by Declude ] [ 
CE> Thank You For Using 123 Marbella Internet ]

CE> ---
CE> This E-mail came from the Declude.JunkMail mailing list.  To 
CE> unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type 
CE> "unsubscribe Declude.JunkMail".  The archives can be found at 
CE> http://www.mail-archive.com.



----
Don Brown - Dallas, Texas USA     Internet Concepts, Inc.
[EMAIL PROTECTED]       http://www.inetconcepts.net
(972) 788-2364                    Fax: (972) 788-5049
----

---
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 has been scanned for Spam and Viruses by Declude ] [ Thank You
For Using 123 Marbella Internet ]




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