Page 1 of 1
sxaa apply to all users?
Posted: Tue Mar 21, 2006 3:26 am
by burhankhalid
In reading the readme file of sxaa -- I can't seem to find the option to apply a rule to all users at once.
Is this possible? I would like to integrate the spam rewrite rules with sxaa so that any message marked with [SPAM] is send to "inbox/SPAM" folder.
Posted: Tue Mar 21, 2006 10:38 am
by ScalixSupport
sxaa doesn't have an option to apply to all users mainly because, it's easier to do the following:
Code: Select all
omshowu -m all | while read username
do
sxaa --user "$username" .....
done
Cheers
Dave
Posted: Wed Mar 22, 2006 2:51 am
by burhankhalid
Thanks Dave, I didn't think of it from that angle.
I have a follow up question. The filter works fine, but for some reason, the folder does not show up in SWA -- there is a long delay before the folder shows up; atleast 30 minutes. Is this normal behavior?
Also, Outlook creates a Junk E-mail folder. Is there some way to write a filter to move all the messages from Junk E-mail to /inbox/SPAM because I will be using this folder to train SA and delete emails at an interval. I couldn't find this from reading the sxaa readme file.
Posted: Wed Mar 22, 2006 11:27 am
by ScalixSupport
Junk E-Mail is an Outlook 2003-only feature and is a client feature, if the message has already been filed to another folder, the client shouldn't be able to access it to put it in the Junk folder.
Cheers
Dave