-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net_smtp: Improve loop avoidance handling and flexibility.
* Allow user to set a custom hop limit smaller than the RFC-defined limit. * Improve logging for messages and suspected loop avoidance. * Tarpit messages with high hop counts. * Don't dispatch a LOGOUT event upon node disconnect if the session was not authenticated.
- Loading branch information
1 parent
9f5fed6
commit 5440ffe
Showing
3 changed files
with
43 additions
and
9 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
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