From c8c581863865e965d418e3ac97a15e957d569950 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kent=20Engstr=C3=B6m?= <kent@lysator.liu.se>
Date: Thu, 28 Aug 2003 20:38:08 +0000
Subject: [PATCH] Add support for the "html" alternative of mx-refuse-import.

---
 ChangeLog               | 8 ++++++++
 doc/Protocol-A.texi     | 4 ++++
 doc/constructs.expected | 1 +
 3 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index a4fe88dc8..2ca6384d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-28  Kent Engstr�m  <kent@lysator.liu.se>
+
+        Add support for the "html" alternative of mx-refuse-import.
+	* run-support/aux-items.conf: Update validation regexp. Also
+	set the unique flag to false.
+	* doc/Protocol-A.texi (Aux-Item Types): Document "html".
+	* doc/constructs.expected: Add @code{html}.
+
 2003-08-28  Per Cederqvist  <ceder@ceder.dyndns.org>
 
 	Don't crash if a person has read more than 65535 texts after the
diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi
index 773b889a2..e7104b47d 100644
--- a/doc/Protocol-A.texi
+++ b/doc/Protocol-A.texi
@@ -10079,6 +10079,10 @@ conference or letterbox as a recipient if the mail is considered to be
 spam according to some importer specific criteria (such as the presence
 of SpamAssassin flags).
 
+If the data is the string @code{html}, the importer will not add this
+conference or letterbox as a recipient if the mail is considered to be
+in HTML format.
+
 In the future, other alternatives in addition to the above may be
 defined for this aux-item. An importer should silently ignore
 unrecognized ones. If more than one aux-item of this type is present,
diff --git a/doc/constructs.expected b/doc/constructs.expected
index 8a06c6d9b..c0eba3dc8 100644
--- a/doc/constructs.expected
+++ b/doc/constructs.expected
@@ -34,6 +34,7 @@
 @code{description}
 @code{error-reply}
 @code{followups-to}
+@code{html}
 @code{integer}
 @code{items-to-add}
 @code{items-to-delete}
-- 
GitLab