关于这个附加组件
This add-on displays concatenated "Received" message header parts that match capturing groups of a regular expression.
The add-on returns separate matches for each "Received" header.
The add-on displays all "Received" headers if "(.*)" regular expression is used. To display specific parts of the header change regexp in the add-on's options according to you needs.
For instance, to display the host where email came from the regular expression should match the first "Received" header added by recipient's SMTP server, something like
"^from (.+?) by mx\.example\.com ".
The add-on returns separate matches for each "Received" header.
The add-on displays all "Received" headers if "(.*)" regular expression is used. To display specific parts of the header change regexp in the add-on's options according to you needs.
For instance, to display the host where email came from the regular expression should match the first "Received" header added by recipient's SMTP server, something like
"^from (.+?) by mx\.example\.com ".