Commit Graph

21 Commits

Author SHA1 Message Date
Daniel B 9f3f9db65f Update data_post_headers doc (#259)
* Update data_post_headers documentation
We cannot reject at this stage, which is only there to alter headers.
Fix #258

* DMARC plugin: reject in data_post
Followup of #258: we cannot reject a connection during data_post_headers. So add a new hook in data_post to do the real rejection
2016-05-02 09:31:10 -07:00
Matt Simerson 4a11e2cb71 Revert "Turn warnings into $qpsmtpd->log() calls" 2015-01-03 21:45:59 -08:00
Matt Simerson 8a8b29f2de expand on data_post_headers docs 2014-12-30 14:11:12 -08:00
Priyadi Iman Nurcahyo 7fe09df1b4 Add documentation for data_post and data_post_headers 2014-12-26 06:29:35 +00:00
Jared Johnson b42b3c92a1 Clarify doc 2014-12-17 15:37:24 -06:00
Jared Johnson 02cf06441a Add some documentation 2014-12-17 15:35:39 -06:00
Matt Simerson a1823c8f50 convert docs/* from POD to Markdown
1. easier to update
2. it's readable on github
2014-09-18 09:15:02 -07:00
Matt Simerson c55fa030f8 Address: remove useless undef
and added tests to validate that they really are useless
2014-09-17 22:22:44 -07:00
Jonathan Hall 897a1fd8aa Remove a ton of 'return ()', and a few other minor readability tweaks. 2014-09-17 20:28:51 -05:00
Matt Simerson 1e82ae1bc7 async removed
1. the known users of async don't upgrade
2. async becomes a win when concurrent connections exceed a few hundred simultaneous
3. anyone that needs async should be looking at Haraka instead
4. the perl async dependencies aren't maintained
2014-09-17 11:38:40 -07:00
Jonathan Hall 1253e73a4d Another minor POD update. 2014-09-15 17:06:48 -05:00
Jonathan Hall 6ed109914c POD updates, corrections, and clarifications. 2014-09-15 17:06:48 -05:00
Jared Johnson b22d037c39 Add hook_user_config
This adds a hook_user_config for plugins designed to return per-user
configuration directives.  Qpsmtpd::Address::config() triggers a
hook_user_config plugin.
2014-09-15 16:53:09 -05:00
Matt Simerson 5f27a1e043 Merge branch 'master' of github.com:msimerson/qpsmtpd-dev 2013-04-24 16:36:25 -04:00
Matt Simerson f7a59707de docs/logging: added description of log prefixes 2013-04-24 16:21:18 -04:00
Matt Simerson 050aa4b0bf docs/logging: corrected example register() syntax 2013-04-22 16:30:26 -07:00
Matt Simerson 34b9a7c0b3 moved FAQ to github wiki 2013-03-26 23:37:08 -07:00
Matt Simerson 77e63e92ae drop the check_ prefix from the last 3 plugins 2012-06-27 19:17:01 -04:00
Matt Simerson 2804afeb2d rename require_resolvable_fromhost to resolvable_fromhost 2012-06-25 03:08:25 -04:00
Matt Simerson cd699c8078 badmailfrom: more cleanups 2012-06-22 20:26:06 -04:00
Matt Simerson b00f4c7793 initial import - based on my qpsmtpd fork
which will merge into the main branch fairly easily
2012-06-22 05:38:01 -04:00