RE: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Erik
From our testing of our new external program, you are right. The external program is being called before our combo filter is being triggered. And the %COUNTRYCHAIN% variable is blank. So this variable is probably being created after Declude is done processing all tests. Now, using %COUNTRY% or

Re: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Scott Fisher
I believe the order is: IP4R RHSBL, Declude Internal, spamdomains, Extermal, Fromfile, IPFile, Filter Within the filters type the filters are run in the order listed in the global.cfg - Original Message - From: Erik [EMAIL PROTECTED] To: Declude.JunkMail@declude.com Sent: Saturday,

RE: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Erik
If Declude could confirm the order of how/which tests are run, it would be nice to know. As far as reading our combo filter of failed tests (%TESTSFAILED%), we can read/code that from our combo filter file (same file that declude is reading) and do our own tests failed combo (since Declude isn't

Re: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Nick Hayer
Erik wrote: If Declude could confirm the order of how/which tests are run, it would be nice to know. I agree. The archives may help but as I recall Scott [former of Declude] was nebulous in what the order is. The only thing for sure was filters ran last in the order listed in global.cfg

RE: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Erik
It would be nice if there was a directive that forced the tests to run as they are in the order of which the appear in the CONFIG file. I know this may/would be a performance decrease but it would give end users control of external tests. Erik -Original Message- From: [EMAIL PROTECTED]

RE: [Declude.JunkMail] Beta 3.0.4

2005-09-17 Thread Kim Premuda
Hi, John. Just curious... What method did you use to determine that those 4 messages were causing the 'decludeproc.exe' service to unexpectedly stop? I would like to be able to send Declude the messages in our 'proc' folder that are causing the same problem here. Regards, Kim --

Re: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Matt
Erik, Flexibility is a nice thing, but this isn't really practical to do for Declude without a major, major rewrite. The better approach would be to actually introduce the ability to use operators and variables in custom filters so that the exact order didn't matter. That would also be a

RE: [Declude.JunkMail] Beta 3.0.4

2005-09-17 Thread John Tolmachoff \(Lists\)
Stopped Imail SMTP and QueueManger services. Removed all files in the proc folder to a temp folder. Restarted the DecludeProc service Moved 1 set of files in at a time and watched what happened. All good ones were processed. The problem ones just sat there. John T eServices For You

Re: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Scott Fisher
One more comment. The country processing won't occur unless you have the all_list.dat file in the declude folder. - Original Message - From: Erik [EMAIL PROTECTED] To: Declude.JunkMail@declude.com Sent: Saturday, September 17, 2005 3:42 PM Subject: RE: [Declude.JunkMail] Help in

RE: [Declude.JunkMail] Help in creating a Filter

2005-09-17 Thread Erik
That we do have. ;-) But it appears the %COUNTRYCHAIN% doesn't register with Declude until all other tests have been run (filters and external calls). Declude does not pass this to a command line. We've re-coded our external program to read the combo filter; since declude doesn't read it