INN commit: branches/2.6/frontends (mailpost.in)
INN Commit
rra at isc.org
Sat Jul 22 14:01:37 UTC 2017
Date: Saturday, July 22, 2017 @ 07:01:37
Author: iulius
Revision: 10171
mailpost: update the list of known header fields
Modified:
branches/2.6/frontends/mailpost.in
-------------+
mailpost.in | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
Modified: mailpost.in
===================================================================
--- mailpost.in 2017-07-22 14:01:02 UTC (rev 10170)
+++ mailpost.in 2017-07-22 14:01:37 UTC (rev 10171)
@@ -123,7 +123,7 @@
push @errorText, "((mailing_list: $mailing_list))\n";
}
-my $exclude = 'Organization|Distribution';
+my $exclude = 'Archive|Archived-At|Comments|Distribution|Injection-Date|Keywords|Organization|Summary';
if ($opt_x) {
$exclude .= '|' . join('|', split(/:/, $opt_x));
}
@@ -763,24 +763,30 @@
=item B<-x> I<header>[B<:>I<header>...]
-A colon-separated list of additional headers which should be treated as
-known headers; these headers will be passed through to B<inews> without
-having C<X-> prepended.
+A colon-separated list of additional header fields which should be
+treated as known header fields; these header fields will be passed
+through to B<inews> without having C<X-> prepended.
-Known headers are:
+Known header fields are:
- Approved
+ Archive
+ Archived-At
+ Comments
Content-*
Date
Distribution
From
+ Injection-Date
+ Keywords
Mailing-List
Message-ID
MIME-*
+ Organization
References
Return-Path
Sender
Subject
+ Summary
=item B<-z> I<header>[B<:>I<header>...]
More information about the inn-committers
mailing list