If an email address starts with backslash ("\"), sendmail will not
perform alias substituion. I'm attempting to use that feature inside my
Sieve script (generated by Horde's Ingo application) as follows:
if true {
redirect "[EMAIL PROTECTED]";
keep;
}
However, I'm getting an error from timsieved:
script errors: line 7: address '[EMAIL PROTECTED]': parse error,
unexpected $undefined.
Does this means Sieve does not support "backslashed" addresses, or my
Sieve script manager program generated errornous script? If later, what
would be the correct way to escape backslash that is part of email address?
Thanks,
Aleksandar Milivojevic
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html