Page 1 of 1

SWA Rules Wizard: Subject DOES NOT contain?

Posted: Tue Jun 08, 2010 4:27 am
by elliot01
Hi all,

I am trying to create a rule in the SAW wizard which sends auto-replies to everyone, unless the subject begins with "Re:". I.e.: if the user is reply to a direct email from me, they don't trigger the auto reply.

The rules wizard currently only has an option for 'contains' against the subject. Is there a trick/expression to make this 'does not contain'?

I hope this makes sense.

Thanks in advance.

Best Regards,

Elliot

Re: SWA Rules Wizard: Subject DOES NOT contain?

Posted: Fri Jun 18, 2010 3:15 pm
by ltward
Not with SWA because "contains" is your only option.

You might try using something like
sxaa --user <username> --reply <filename-with-reply-msg> --subject --not <RE:*>

You might need to put the not before the subject, I don't remember off the top of my head what the order should be.