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

Add capability to reject RCPT addresses via an event handler #11

Merged
merged 2 commits into from
Jan 13, 2018

Conversation

minrwhite
Copy link
Contributor

My use case for SMTPD is to be able to specify some addresses to reject with a 550 message in order to test an application that has some behaviour resulting from a bounced address.

This pull request allows an event handler to be registered with the server that can be used to filter the addresses that are accepted.

@TheFox TheFox merged commit c78f627 into TheFox:master Jan 13, 2018
TheFox added a commit that referenced this pull request Jan 13, 2018
@TheFox
Copy link
Owner

TheFox commented Jan 13, 2018

Looks good. Thank you for your contribution! :)

@minrwhite minrwhite deleted the rcpt-event-handler branch August 13, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants