[Declude.JunkMail] anyway to detect this?

2004-10-22 Thread System Administrator
Some messages are arriving here which produce a declude log entry that doesn't have anything in the to field. I don't think this is a declude problem. Is there a way to detect this type of message in a test? 10/21/2004 23:35:51 Q800f52ce00d6a0c6 Subject: True Value R XD 10/21/2004 23:35:51

Re: [Declude.JunkMail] DOW test and Spam on specific days

2004-10-22 Thread Rick Davidson
is it actually necessary to use two tests? Wouldnt DOW dow 6 0 2 0 work? Rick Davidson National Systems Manager North American Title Group - - Original Message - From: Darin Cox [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 5:25 PM Subject: Re: [Declude.JunkMail]

Re: [Declude.JunkMail] DOW test and Spam on specific days

2004-10-22 Thread Darin Cox
Haven't tried it but I doubt it. I don't know if Scott is overlapping 7 and zero for range checks. If the test is defined as DOW dow X Y 2 0 The code probably just checks for =X and = Y... and since no numbers are both = 6 and = 0 at the same time, no days would get caught. Scott, please

Re: [Declude.JunkMail] SPF question

2004-10-22 Thread Imail Admin
Thanks, Scott. Ben - Original Message - From: R. Scott Perry [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 21, 2004 2:42 PM Subject: Re: [Declude.JunkMail] SPF question I have a question about setting up the SPF string. If I use this string: v=spf1 a mx

[Declude.JunkMail] iMail, Declude and Killer Web Mail Installation Question

2004-10-22 Thread Wolf Tombe
Im getting ready to setup a new mail server. Ive purchased a Dell PowerEdge server with RAID 1 and two 148Gb drives and will be using Windows 2003 Enterprise edition as the OS. My question has to do with partitioning the drives. Does anyone have a recommendation as to whether I should

Re: [Declude.JunkMail] iMail, Declude and Killer Web Mail Installation Question

2004-10-22 Thread Darin Cox
Separate, most definitely. OS should always be separate from other services, and each service should be in it's own partition, sometimes even it's own drive. I would do 8GB for the OS (you can get away with less, but it depends on how much other software will be loaded), and have two or

RE: [Declude.JunkMail] iMail, Declude and Killer Web Mail Installation Question

2004-10-22 Thread Mark E. Smith
Adding to this, I use the mounted volume feature (added in W2000 and to Unix on day 1) so that the filesystem seems seamless to Imail/Declude/Sniffer, etc. For example, I have the following volumes: C:\ System e:\ Imail F:\ Imail Spool --- Mounted to e:\imail\spool g:\ Declude

RE: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Mark E. Smith
declude.exe -ver From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff PereiraSent: Thursday, October 21, 2004 5:22 PMTo: [EMAIL PROTECTED]Subject: [Declude.JunkMail] How to tell which version I have How can I tell which version of Declude Junkmail I

RE: [Declude.JunkMail] IMail 8 upgrade

2004-10-22 Thread Mark E. Smith
Just install and then apply the hotfixes. Nothing much else if you're doing an upgrade. Oh, for Gateway setups, I disable the queue system and DNS cache. Otherwise I've found that you run in the the possibility of putting your main mail system on the skiplist. Mark -Original Message-

RE: [Declude.JunkMail] IMail 8 upgrade

2004-10-22 Thread Andy Schmidt
Well - I had the Imail 8 for 4 weeks and all this time the AntiSpam feature was blocking messages (and logging entries in the SpamMMDD log files) even though I had not opted to turn any of the AntiSpam features on. In fact, the global AntiSpam config screen was empty (no black-lists defined) - but

Re: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Darin Cox
Uh...shouldn't that be "decude - diag"? Darin. - Original Message - From: Mark E. Smith To: [EMAIL PROTECTED] Sent: Friday, October 22, 2004 2:04 PM Subject: RE: [Declude.JunkMail] How to tell which version I have declude.exe -ver From: [EMAIL PROTECTED]

Re: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Darin Cox
Whoops...missing 'l' declude -diag Darin. - Original Message - From: Darin Cox To: [EMAIL PROTECTED] Sent: Friday, October 22, 2004 2:28 PM Subject: Re: [Declude.JunkMail] How to tell which version I have Uh...shouldn't that be "decude - diag"? Darin. - Original Message

Re: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Dan Geiser
"Declude.exe -ver" appears to work as well. - Original Message - From: Darin Cox To: [EMAIL PROTECTED] Sent: Friday, October 22, 2004 2:28 PM Subject: Re: [Declude.JunkMail] How to tell which version I have Uh...shouldn't that be "decude - diag"?

RE: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Mark E. Smith
Doesn't matter if you add the extension or not. The command interpreter will process it properly. However, I make it a habit of added the extension in scripting in case there's a .bat or .cmd file with the same name. For example, you might want to run declude.exe but there might be a file

Re: [Declude.JunkMail] How to tell which version I have

2004-10-22 Thread Dan Geiser
Mark, Iwasn't talking about "declude -ver" vs. "declude.exe -ver". I was saying to Darin that "-ver" appears to work as well as "-diag". Dan Geiser [EMAIL PROTECTED] - Original Message - From: Mark E. Smith To: [EMAIL PROTECTED] Sent: Friday, October 22, 2004

[Declude.JunkMail] regEx question

2004-10-22 Thread Matt
Ok, I'm a bit of a newbit with regEx and I could really use some help with this one. I know how to detect all of the HTML in a file by using [^]*, but I'm not sure how to detect everything but the HTML. Could someone please help me with this. If it matters, I am using VBScript to pull this

RE: [Declude.JunkMail] regEx question

2004-10-22 Thread Mark E. Smith
Stupid question but where/how can you use regEx in Declude? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent: Friday, October 22, 2004 4:46 PM To: [EMAIL PROTECTED] Subject: [Declude.JunkMail] regEx question Ok, I'm a bit of a newbit

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Scott Fisher
I saw code in here on how to remove HTML tags: http://juicystudio.com/tutorial/vb/regexp.asp - Original Message - From: Matt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 22, 2004 3:45 PM Subject: [Declude.JunkMail] regEx question Ok, I'm a bit of a newbit with regEx

[Declude.JunkMail] OT: Order Form email address field

2004-10-22 Thread Tyler Jensen
Hey guys and gals. Sorry for the some-what off topic post but I would like your opinion on something. Should an order form (this is a hard copy order form and not an online web based form) that has a field for an email address also include some sort of disclaimer stating what that email

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Matt
You can only do this with an external test that you create yourself. Matt Mark E. Smith wrote: Stupid question but where/how can you use regEx in Declude? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matt Sent: Friday, October

Re[2]: [Declude.JunkMail] regEx question

2004-10-22 Thread Sanford Whiteman
Stupid question but where/how can you use regEx in Declude? The addition of SpamAssassin through SPAMC32 gives you full access to the standard Perl RegEx library. --Sandy Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress

Re: [Declude.JunkMail] OT: Order Form email address field

2004-10-22 Thread Darin Cox
Generally it's important to have at least a reference to an online privacy policy when gathering that info, if the privacy policy isn't spelled out in the fine print. Most paper forms like that will also have some statement as to the purpose of gathering the info as well. Darin. -

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Bill Landry
- Original Message - From: Matt [EMAIL PROTECTED] Ok, I'm a bit of a newbit with regEx and I could really use some help with this one. I know how to detect all of the HTML in a file by using [^]*, but I'm not sure how to detect everything but the HTML. Could someone please help me

Re: [Declude.JunkMail] OT: Order Form email address field

2004-10-22 Thread Sanford Whiteman
Should an order form (this is a hard copy order form and not an online web based form) that has a field for an email address also include some sort of disclaimer stating what that email address is going to be used for? I think so, yes. Even if you will be using the addresses

RE: Re[2]: [Declude.JunkMail] regEx question

2004-10-22 Thread Mark E. Smith
Can you use RegEx in SpamChk? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanford Whiteman Sent: Friday, October 22, 2004 5:14 PM To: Mark E. Smith Subject: Re[2]: [Declude.JunkMail] regEx question Stupid question but where/how can you use

[Declude.JunkMail] Imail 8 - True Connection Filtering... NOT?

2004-10-22 Thread Andy Schmidt
Title: Message Hi, I had high hopes that IMail's "Connection" Filtering - really meant that it was doing the filtering DURING the SMTP connection(like ORF does for Windows SMTP). But, judging from the log files, it does appear as if Connection Filtering FIRST accepts a message and only

[Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Mark E. Smith
Does anyone know if there's a plug-in for Outlook that lets you easily see the SMTP header? We're doing massive re-tuning to our Declude Gateway system which sits in front of a 15,000 user Exchange system which moves about 420,000 messages through our 4 Declude inbound MX gateways a day. For now

Re: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Darin Cox
Don't know of a tool in Outlook, which is why I've stuck with OE. Ctrl-F3 is much nicer to pop up the headers, also in a much more readable format with the entire message, in OE. You might consider using OE just for that one special account... though others might suggest a different reader that

RE: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread John Tolmachoff \(Lists\)
http://www.xintercept.com/pkpeek.htm John Tolmachoff Engineer/Consultant/Owner eServices For You -Original Message- From: [EMAIL PROTECTED] [mailto:Declude.JunkMail- [EMAIL PROTECTED] On Behalf Of Mark E. Smith Sent: Friday, October 22, 2004 2:58 PM To: [EMAIL PROTECTED] Subject:

RE: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Brad Morgan
Does anyone know if there's a plug-in for Outlook that lets you easily see the SMTP header? We're doing massive re-tuning to our Declude Gateway system which sits in front of a 15,000 user Exchange system which moves about 420,000 messages through our 4 Declude inbound MX gateways a day.

Re: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Bill Landry
- Original Message - From: Mark E. Smith [EMAIL PROTECTED] Does anyone know if there's a plug-in for Outlook that lets you easily see the SMTP header? We're doing massive re-tuning to our Declude Gateway system which sits in front of a 15,000 user Exchange system which moves about

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Matt
Bill Landry wrote: Matt, you might try using the invert-match flag: -v -v, --invert-match Invert the sense of matching, to select non-match­ing lines. Unfortunately that isn't an option in VBScript. What I was really trying to do is return a string with just the HTML and not

RE: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Mark E. Smith
Outlook Express doesn't talk MAPI to an Exchange server. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox Sent: Friday, October 22, 2004 6:13 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Somewhat OT question... Don't know

RE: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread John Tolmachoff \(Lists\)
OE certainly does indeed to IMAP to any e-mail server running the IMAP service, including Exchange. John Tolmachoff Engineer/Consultant/Owner eServices For You -Original Message- From: [EMAIL PROTECTED] [mailto:Declude.JunkMail- [EMAIL PROTECTED] On Behalf Of Mark E. Smith Sent:

RE: Re[2]: [Declude.JunkMail] regEx question

2004-10-22 Thread Markus Gufler
Can you use RegEx in SpamChk? At the moment the answer is no. As I know Wolfgang has this on his todo list. Markus --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Bill Landry
- Original Message - From: Matt [EMAIL PROTECTED] Unfortunately that isn't an option in VBScript. What I was really trying to do is return a string with just the HTML and not what is before, after or in between it. When you execute a regEx expression in VBScript, it returns the

Re: [Declude.JunkMail] regEx question

2004-10-22 Thread Matt
Bill, It is limited as far as regEx goes with programming languages, and any sort of chaining is done one step at a time and requires you to code loops and do string manipulation to get what you are after. There's a big difference with how command line switches and chaining works with the

Re: [Declude.JunkMail] Imail 8 - True Connection Filtering... NOT?

2004-10-22 Thread R. Scott Perry
I had high hopes that IMail's Connection Filtering - really meant that it was doing the filtering DURING the SMTP connection (like ORF does for Windows SMTP). But, judging from the log files, it does appear as if Connection Filtering FIRST accepts a message and only deletes it AFTER the fact.

RE: [Declude.JunkMail] Somewhat OT question...

2004-10-22 Thread Mark E. Smith
IMAP is not MAPI (Mail API) which is Native Exchange. Also, Exchange 2003 doesn't run POP3/IMAP4 by default and in our org so that's why I can't use Outlook Express. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Tolmachoff (Lists) Sent: