Page 1 of 1

Disable an SXAA Rule

Posted: Fri Jul 21, 2006 12:47 pm
by jonny
Hi There,

Quick question - how do I disable a rule I create with SXAA, ie:

sxaa --user "Davey Boy" --reply /autoreply.txt

I tried:

sxaa --user "Davey Boy" --reply /autoreply.txt --not

but I had no such luck

Thanks in advance
Jonny

Posted: Fri Jul 21, 2006 1:20 pm
by btisdall
You need to list the rules with:

sxaa --user username


Find the numeric reference of the rule you need to delete & then do:

sxaa --user username --del reference

Posted: Fri Jul 21, 2006 1:21 pm
by ScalixSupport
Hi Jonny,

If you just type:

Code: Select all

sxaa


you'll get a list of options. The one you want is:

Code: Select all

        sxaa --username user --off reference


or if you want to delete it:

Code: Select all

        sxaa --username user --del reference


Thanks,
Rachel

Posted: Fri Jul 21, 2006 1:23 pm
by btisdall
Sorry, I completely missed the 'off' option.

Blame it on the heat...

Posted: Fri Jul 21, 2006 1:34 pm
by jonny
Thanks guys :)