Mailing List Archive

svn commit: r1908474 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
Author: hege
Date: Sat Mar 18 09:26:28 2023
New Revision: 1908474

URL: http://svn.apache.org/viewvc?rev=1908474&view=rev
Log:
Document missing X-Original-Message-ID in MESSAGEID

Modified:
spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=1908474&r1=1908473&r2=1908474&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Sat Mar 18 09:26:28 2023
@@ -2208,10 +2208,11 @@ headers.
transaction that delivered this message, if this data has been made available
by the SMTP server.

-=item C<MESSAGEID> is a symbol meaning all Message-Id's found in the message;
-some mailing list software moves the real 'Message-Id' to 'Resent-Message-Id'
-or 'X-Message-Id', then uses its own one in the 'Message-Id' header. The value
-returned for this symbol is the text from all 3 headers, separated by newlines.
+=item C<MESSAGEID> is a symbol meaning all Message-Id's found in the
+message; some mailing list software moves the real 'Message-Id' to
+'Resent-Message-Id' or 'X-Message-Id' or 'X-Original-Message-ID', then uses
+its own one in the 'Message-Id' header. The value returned for this symbol
+is the text from all 4 headers.

=item C<X-Spam-Relays-Untrusted> is the generated metadata of untrusted relays
the message has passed through