Displaying 1 result from an estimated 1 matches for "x_any_address".
2010 Apr 01
2
dovecot-1.2-sieve sending vacation replies regardless of recipient (patch)
...I realize this goes against rfc 3834, but it seemed reasonable to add a tag to the vacation command to skip the [to, cc, bcc, ...] recipients check. The patch I made is attached. The new usage with this patch is:
vacation [":days" number] [":subject" string]
[":x_any_address"]
[":from" string] [":addresses" string-list]
[":mime"] [":handle" string] <reason: string>
What do you think of this patch? Is there a better way to accomplish the same thing without writing a patch? Is there a better way to wri...