I'm trying to push out the SPAM rule for all users
sxaa --file "junkmail" --subject "[SPAM]" --title "Anti-Spam Rule"
So what do I do to make sure it happens to everyone....and please don't tell me one at a time.
Thanks
Moderators: ScalixSupport, admin
Code: Select all
omshowu -m all | egrep -v 'sxadmin|sxqueryadmin' | while read username
do
echo "Processing User $username"
sxaa -u "$username" - ......
done
I don't have a test system on me right now, so I haven't worked this out in detail, but that should give you a pattern to start from.
Cheers,
Florian.
Users browsing this forum: No registered users and 3 guests