RE: [Declude.JunkMail] 4.4.00 Released

2008-04-07 Thread David Barker
The file gets written to the \spool directory it can be used for whatever purpose you can think of. For me I use for information needed for reporting and logs without having to parse the DEBUG log. David B From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Hayer Sent:

[Declude.JunkMail] Filters not triggering

2008-04-07 Thread Dave Beckstrom
Hi Everyone. I have a filter set up to delete an email if the subject line contains the keyword in the filter. For some odd reason, the filter is not triggering and it really has me baffled. I could use some suggestions on this one. The filter is called: Filter_Subject_delete.txt Here are

RE: [Declude.JunkMail] Filters not triggering

2008-04-07 Thread David Barker
Spaces before the phrase are not used as the line is normalized. Also the regular CONTAINS is not case sensitive. It would be better to use SUBJECT 0 PCRE(?i:(discount|off).{0,2}Co(upon|de)) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave

Re: [Declude.JunkMail] Filters not triggering

2008-04-07 Thread Darrell ([EMAIL PROTECTED])
Dave, I noticed with the relevant lines from the filter posted below some of the lines were indented more than the one line. Is it possible you have extraneous whitespaces between contains and the text you want to filter on? Dsrrell -- Check out

RE: [Declude.JunkMail] Filters not triggering

2008-04-07 Thread Dave Beckstrom
Hi Darrell, Yes, there are spaces and/or tabs between the contains and the data that I want to filter on. I was under the understanding that those were ignored? Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Sent:

Re: [Declude.JunkMail] Forged-Spam Backscatter

2008-04-07 Thread Darin Cox
Hi Kevin, This doesn't have anything to do with incoming mail servers, only outgoing. Also, there should be just one SPF record per domain. So assuming you send mail for myriadnetwork.com as well, and either domain can send outbound mail through any of the servers listed in the MX records for

RE: [Declude.JunkMail] Forged-Spam Backscatter

2008-04-07 Thread Jim Comerford
What is the reccommended entry in global.cfg for this filter... Does it also need an entry in $default$.junkmail files(s) Thanks, Jim Comerford http://www.sbsnet.com/images/1px.gif http://www.sbsnet.com/images/sbs65.jpg Successful Business Solutions, Inc. PO Box 310 Gillette,

Re: [Declude.JunkMail] Filters not triggering

2008-04-07 Thread Darrell ([EMAIL PROTECTED])
Dave, From my experience I have had number of problems with spaces that would cause my filter files not to trigger. I have since stopped using spaces and started using tabs like below and it has stopped any of the issues I had in the past. SUBJECTtab0tabCONTAINStabcouponcrlf Darrell

RE: [Declude.JunkMail] Filters not triggering

2008-04-07 Thread Dave Beckstrom
Darrell, Thanks. I removed all spaces and now have only tabs. We'll see if that does the trick! I also implemented David's suggestion for using the regular expression. I like elegant solutions! Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of