Page 1 of 1

Request Server - Change Subject: line?

Posted: Thu Jan 12, 2006 7:00 pm
by pete
It is possible to have the request server send a response back to the originator
with a custom Subject? The default "Request Server Report" is not really adequate
for a production customer facing system.

In the same vein, can one also modify either the response sender or reply-to address?
And if so, how?

Thanks

P

Posted: Thu Jan 12, 2006 7:29 pm
by ScalixSupport
Currently, all of the information you are looking to change is static. I can raise a feature request to allow customization.

If you're looking for that sort of functionality, then using /etc/aliases with an entry such as

Code: Select all

scriptalias:  "|/path/to/script"
and writing a shell script/binary that reads the MIME message from stdin will allow you the flexibility you want.

Cheers

Dave

Posted: Thu Jan 12, 2006 7:38 pm
by pete
Thanks, Dave.

It would be nice to have that feature, maybe using environment variables to return it to the server?

Aliasing will work for me for now, though.

P