Sieve vacation answers fine, but uses the from: field but not the reply-to: field, which would make much more sense (to me).
Using sieve with roundcube, sieve script is
require ["vacation"];
# rule:[rep]
if header :contains "subject" "Software"
{
vacation :subject "reply!!" "abc";
}
How do i hint sieve to answer to reply-to?