RE: [Declude.JunkMail] Per user tests....

2003-12-11 Thread R. Scott Perry
I am still having issues with this. I have the REDIRECT [EMAIL PROTECTED] c:\dir\dir\filename in both the global.cfg and the $junkmail file. I also have the renamed copy of the $junkmail file with the custom actions in the Imail directory. It is not processing the users settings... Can you look

[Declude.JunkMail] Per user tests....

2003-12-09 Thread IS - Systems Eng. (Karl Drugge)
Argh. I know this has been covered buy I can't find it in my own archives from the group.. Where do I define per user tests ? I am trying to use the REDIRECT ( REDIRECT [EMAIL PROTECTED] c:\dir\dir\username.txt ) statement to point at a username.txt with their own configs in it. Particularly

Re: [Declude.JunkMail] Per user tests....

2003-12-09 Thread R. Scott Perry
Where do I define per user tests ? Tests in Declude JunkMail are global. The best you can do for a per-user test is one that runs for everyone, but actions are only taken on the test for specific user(s). -Scott --- Declude JunkMail: The

RE: [Declude.JunkMail] Per user tests....

2003-12-09 Thread IS - Systems Eng. (Karl Drugge)
PROTECTED] Sent: Tuesday, December 09, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: Re: [Declude.JunkMail] Per user tests Where do I define per user tests ? Tests in Declude JunkMail are global. The best you can do for a per-user test is one that runs for everyone, but actions are only taken

RE: [Declude.JunkMail] Per user tests....

2003-12-09 Thread R. Scott Perry
Tests in Declude JunkMail are global. The best you can do for a per-user test is one that runs for everyone, but actions are only taken on the test for specific user(s). If I define the tests ( ie: a fromfile ) in the global.cfg, how do I make it apply for only one person in the $junkmail

RE: [Declude.JunkMail] Per user tests....

2003-12-09 Thread IS - Systems Eng. (Karl Drugge)
-Original Message- From: R. Scott Perry [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:58 PM To: [EMAIL PROTECTED] Subject: RE: [Declude.JunkMail] Per user tests Tests in Declude JunkMail are global. The best you can do for a per-user test is one that runs

RE: [Declude.JunkMail] Per user tests....

2003-12-09 Thread R. Scott Perry
Ahh. OK. I am getting it now. So, to whitelist for that particular users fromfile, I would set the test to assign weight 0 in my global.cfg, and then in the users config file ( a renamed copy of the $junkmail file ), I would use a ROUTETO statement ? Is this correct ? That should work fine. That