Page 1 of 1

sxaa out-of-office mistake

Posted: Wed Sep 27, 2006 10:46 am
by eddieedwards
I tried setting up an out-of-office reply for a user via sxaa, and tried following the sxaa.readme, but got the following:

[root@yeti ~]# sxaa --user "Jane Doe" --reply --text oof.txt
cp: unrecognized option `--text'

Try `cp --help' for more information.

chown: cannot access `/var/opt/scalix/user/g000042/000003g.501': No such file or directory

Now, replies are getting created, but they contain no text. Here's the user's dump:

[root@yeti ~]# sxaa --user "Jane Doe"
OOF FLT OLK AANO ACTION TITLE STATE
--- --- --- ---- ---------- ------------------------------ --------
Y 500 REPLY SXAA REPLY:500 enabled

I am running sxaa 1.6

Posted: Wed Sep 27, 2006 11:17 am
by dkelly
Thanks for encountering this bug for me :D

The readme file is incorrect. You do not need to specify the --text option. The correct command is:

Code: Select all

sxaa --user User --reply reply.txt


I'll amend the readme. If you just type

Code: Select all

sxaa
the usage output is correct.

Cheers

Dave

Posted: Thu Sep 28, 2006 10:48 am
by eddieedwards
Thanks for your help. Is there a way to get the auto replies to have an "Re:" tacked onto the subject? As it is now, the OOF reply message has the same subject as the original.

Mike