SpartaSystems / holdmail

HoldMail is a Java Application for proxying SMTP mail, providing a browsable viewer for captured emails.
Apache License 2.0
32 stars 15 forks source link

Add the ability to automatically forward mail in whitelist #45

Open kblief opened 6 years ago

kblief commented 6 years ago
Question/Issue Overview

It would be advantageous to have a whitelist of email addresses that would automatically be forwarded to the whitelisted email address

Expected Behavior

Email received where the recipient is in the whitelist will have mail forwarded automatically

Current Behavior

All mail received is stored and can be manually forwarded.

barryoneill commented 6 years ago

Nice idea - Might want to consider supporting wildcard domains etc.

Would prefer to avoid an admin interface (at least, do we?), could achieve this for the interim through the configuration in /etc/holdmail.properties.

BTW - probably some overlap with https://github.com/SpartaSystems/holdmail/issues/29