12,441
edits
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!
mNo edit summary |
mNo edit summary |
||
<syntaxhighlight>
▲require ["fileinto","vacation"];
# rule:[html auto responder reply]
if true
{
if header :matches "subject" "*" {
set
}
:mime "MIME-Version: 1.0▼
vacation :subject "Automatic reply with HTML information. Re $subject" :mime text:
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
<b>I am away</b>
</body>
</html>.
.
} ▼
;
</syntaxhighlight>
|
edits