forked from ranmocy/gmail-automata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sender match matches on Sender, from, reply_to.
Currently Sender only matches on 'from'. This resolves Issue ranmocy#35 by making Sender match: - reply_to - from - sender - X-Original-Sender This is similar to the functionality we have in `receiver`, which matches 'to', 'cc', 'bcc', and 'list'. We also speed up analysis by switching from getRawContent to getHeader. The MessageData.list now also includes the header 'List-ID' if it cannot find a 'Mailing-list' header. This has been seen in a small sample of emails.
- Loading branch information
Matt Diehl
committed
Aug 19, 2022
1 parent
e01bfc7
commit fff8295
Showing
2 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters