Add parsing exemptions.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
1a5b9dbcb1
commit
0b87e81b08
|
@ -653,7 +653,8 @@ sub RemoveComments {
|
|||
$Header =~ s/[ _]DE//;
|
||||
|
||||
# remove trailing 'eol' or '-shl'
|
||||
$Header =~ s/(eol)|(-shl)$//;
|
||||
# or ml-inews[-sig]
|
||||
$Header =~ s/(eol)|(-shl)|(ml-inews(-sig)?)$//;
|
||||
|
||||
# remove from ';' or ',' (CrossPoint)
|
||||
# or '&' to end of header
|
||||
|
|
Loading…
Reference in a new issue