Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a IsFromMailingList matcher #3

Open
chibenwa opened this issue Jul 19, 2018 · 0 comments
Open

Write a IsFromMailingList matcher #3

chibenwa opened this issue Jul 19, 2018 · 0 comments
Labels

Comments

@chibenwa
Copy link
Contributor

chibenwa commented Jul 19, 2018

James relies on a plugin defined mail processing system. Units of this mail processing system aremailets and matcher.

A matcher represents a condition that an incoming email can satisfy. A mailet represent a treatment of an incoming email (modification of the mail and/or side effect).

We propose, in this issue to implement a IsFromMailingList matcher, in the mailet/standard project.

This matcher will return recipients of the mail if we have good reasons to think the mail is from a mailing list.

You can rely on the AutomaticallySentMailDetector::isMailingList utility.

You will introduce unit tests & class javadoc for your matcher.

See https://issues.apache.org/jira/browse/JAMES-2434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant