diff --git a/ChangeLog b/ChangeLog index a4fe88dc82599e704c77bf9f04f3c6015a2e30c0..2ca6384d6dfb450ef3b81c677948fa8feb474e0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-08-28 Kent Engström + + 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 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 773b889a2bfdb9ed771d67b658db43eabb1be81c..e7104b47de029621bb727e8e926e133fd286f9ec 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 8a06c6d9ba8b6fe14c23e1aae14a6971d836e316..c0eba3dc888c7531d798e4cfdc7a16c47cb90ae6 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}