Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 74ae9579369036e2b1bde18333626f3d6f7cae96
https://github.com/smtpd/qpsmtpd/commit/74ae9579369036e2b1bde18333626f3d6f7cae96
Author: Matt Simerson <[email protected]>
Date: 2012-06-11 (Mon, 11 Jun 2012)
Changed paths:
A plugins/helo
A t/plugin_tests/helo
Log Message:
-----------
helo: new plugin
helo - validate a HELO message delivered from a connecting host.
Includes the following tests:
is_in_badhelo
invalid_localhost
is_plain_ip
is_address_literal [N.N.N.N]
is_forged_literal
is_not_fqdn
no_forward_dns
no_reverse_dns
no_matching_dns
Commit: 44db1fecf603a672c597e5cf8c31521a2e3dcdae
https://github.com/smtpd/qpsmtpd/commit/44db1fecf603a672c597e5cf8c31521a2e3dcdae
Author: Matt Simerson <[email protected]>
Date: 2012-06-13 (Wed, 13 Jun 2012)
Changed paths:
M plugins/helo
M t/plugin_tests/helo
Log Message:
-----------
helo: loosen up matching DNS requirements
added X-HELO header to message
added timeout option
quieted down debug logging
Commit: ba38da87fb303a7425ec1195f72633eb39cee2c0
https://github.com/smtpd/qpsmtpd/commit/ba38da87fb303a7425ec1195f72633eb39cee2c0
Author: Matt Simerson <[email protected]>
Date: 2012-06-15 (Fri, 15 Jun 2012)
Changed paths:
M plugins/helo
Log Message:
-----------
helo: tweak POD language
also mention the connection notes in the POD
Commit: fd646b0d276111c973a9d9a86aaae4031fca37d3
https://github.com/smtpd/qpsmtpd/commit/fd646b0d276111c973a9d9a86aaae4031fca37d3
Author: Matt Simerson <[email protected]>
Date: 2013-08-05 (Mon, 05 Aug 2013)
Changed paths:
A plugins/helo
A t/plugin_tests/helo
Log Message:
-----------
Merge pull request #29 from msimerson/helo
Helo
Compare: https://github.com/smtpd/qpsmtpd/compare/15eca9cc51bd...fd646b0d2761