I’ve bene looking for examples on how to do this, but so far am coming up short.
I want to check certain messages for a reply-ro header and if it is present, rewrite it to X-Reply-To: and then add my own reply-to header.
I don’t see anything in the various sieve examples I’ve found on altering the actual message.
There is the editheader extension, but I failed to find documentation or examples on how to use it.
It appears that I can add a header and delete a header (addheader deleteheader?) but not rewrite one.
So something like
if header “Reply-to: foo@bar.tld” { addheader "X-Reply-To: foo@bar.tld” deleteheader “Reply-To:” addheader "X-Reply-To: bar@foo.tld” }
??
Do I need to delete the header or will the add header overwrite the one that is there?
Also, how do people manage different sieve files? Just cat them all into the active one, or is there a mechanism to import/switch/load other files?
On 6/13/19 6:25 PM, @lbutlr via dovecot wrote:
I’ve bene looking for examples on how to do this, but so far am coming up short.
https://tools.ietf.org/html/rfc5293
-- Aleksander 'A.L.E.C' Machniak Kolab Groupware Developer [http://kolab.org] Roundcube Webmail Developer [http://roundcube.net]
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
participants (2)
-
@lbutlr
-
A.L.E.C