Collect information about the header fields.
Option | Default |
ignore | undef
|
remove_list_group | 1 |
remove_resent_groups | 1 |
remove_spam_groups | 1 |
select | '' |
- ignore => STRING
- The reverse of
select
: which fields not to take.
- remove_list_group => BOOLEAN
- Do not select the headers which are added by mailing list software.
See Mail::Message::Head::ListGroup.
- remove_resent_groups => BOOLEAN
- Remove all the lines which are related to transport of the message, for
instance the
Received
and Return-Path
, and all lines which start
with Resent->. See Mail::Message::Head::ResentGroup.
- remove_spam_groups => BOOLEAN
- Do not select headers which were added by spam fighting software. See
Mail::Message::Head::SpamGroup.
- select => STRING
- Select only the fields which match the patterns found in STRING. Multiple
patterns can be specified separated by vertical bars (pipes). The fields
are ordered as specified in the STRING.
See Mail::Message::Head::Complete::grepNames().