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
 
<syntaxhighlight>
require ["fileintovacation","vacationvariables"];
 
require ["fileinto","vacation"];
# rule:[html auto responder reply]
if true
{
if header :matches "subject" "*" {
vacation
set :"subject" "Automatic reply with HTML information. Re $subject{1}";
}
:mime "MIME-Version: 1.0
vacation :subject "Automatic reply with HTML information. Re $subject" :mime text:
:mime "MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<b>I am away</b>
</body>
</html>.";
.
}
;
}
</syntaxhighlight>
 
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,270

edits