Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Sieve-Example:HTML Autoresponder: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
set "subject" "${1}";
}
vacation :subject "Automatic reply with HTML information. Re ${subject}" :mime text:
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
}
</syntaxhighlight>
 
 
This will:
* Match any incoming email
* Put the subject line in to a variable
* Reply back to the sender with a modified subject line
* Include HTML in the email
 
==Editing this in Roundcube==
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,270

edits