-
cebf995f9d
summarize: strip out unprintable chars
Matt Simerson
2013-04-25 21:40:09 -0400
-
80bb4c93dd
Makefile.PL: added more disabled dependencies
Matt Simerson
2013-04-25 21:39:31 -0400
-
dfe8c1cd83
revert movement of qp bins to bin/
Matt Simerson
2013-04-25 21:31:07 -0400
-
0b8e4f5ca3
replace run with separate run for the 2 common
Matt Simerson
2013-04-25 19:55:35 -0400
-
887e3caadb
auth_vpopmaild: added taint checking to responses
Matt Simerson
2013-04-25 18:51:34 -0400
-
8e9e2926c4
Qpsmtpd: untaint config data passed to plugins
Matt Simerson
2013-04-25 18:44:21 -0400
-
c3c5643296
Qpsmtpd.pm: split config args on /\s+/, was / /
Matt Simerson
2013-04-25 17:53:55 -0400
-
fc832262cf
Merge branch 'master' of github.com:msimerson/qpsmtpd-dev
Matt Simerson
2013-04-25 14:27:12 -0400
-
-
5ca971d0fb
install_deps: handle comments in Makefile.PL
Matt Simerson
2013-04-25 11:24:08 -0700
-
f854736142
dmarc: added subdomain policy handling
Matt Simerson
2013-04-25 02:25:21 -0400
-
9e204aaf7e
Makefile.PL: added clean { *.bak }
Matt Simerson
2013-04-25 02:19:48 -0400
-
2a192c4108
Makefile.PL: reenable Time::TAI64
Matt Simerson
2013-04-24 22:25:51 -0400
-
af3d795225
Makefile.PL: comment out Mail::Spamassassin
Matt Simerson
2013-04-24 22:22:29 -0400
-
ad08e7b2e5
Makefile.PL: disable Geo::IP module
Matt Simerson
2013-04-24 22:15:45 -0400
-
d02fbd2f22
try disabling Time::TAI64, update MANIFEST
Matt Simerson
2013-04-24 22:12:31 -0400
-
b7a00a3741
.travis.yml: added perl 5.16
Matt Simerson
2013-04-24 20:51:11 -0400
-
96c27d410b
see if removing Mail::SPF makes Travis happy
Matt Simerson
2013-04-24 20:50:36 -0400
-
-
632b42ecee
Merge branch 'master' of github.com:msimerson/qpsmtpd-dev
Matt Simerson
2013-04-24 13:37:49 -0700
-
-
5f27a1e043
Merge branch 'master' of github.com:msimerson/qpsmtpd-dev
Matt Simerson
2013-04-24 16:36:25 -0400
-
-
8823de5075
dmarc test: comments in the public list was
Matt Simerson
2013-04-24 16:33:57 -0400
-
3d6f23fcfd
run: increase RAM from 200 to 300MB (dkim)
Matt Simerson
2013-04-24 16:32:08 -0400
-
e3d8a7030e
rcpt_ok: do immunity checks earlier, so that
Matt Simerson
2013-04-24 16:31:00 -0400
-
b3ca4e3ccc
karma: limit rcpts to 1 for senders with neg karma
Matt Simerson
2013-04-24 16:30:28 -0400
-
736e3b6eb3
distinguish rejecting versus tolerated failures
Matt Simerson
2013-04-24 16:25:31 -0400
-
f7a59707de
docs/logging: added description of log prefixes
Matt Simerson
2013-04-24 16:21:18 -0400
-
6947c4fa77
docs/logging: added description of log prefixes
Matt Simerson
2013-04-24 16:20:07 -0400
-
981bdf5f85
SPF: added more precise disposition logs, so that
Matt Simerson
2013-04-24 16:18:22 -0400
-
b4ee9620e5
dmarc: added support for DMARC policy pct=NNN
Matt Simerson
2013-04-24 16:16:00 -0400
-
5aafca314f
SPF: arrage flow so if a pass result is possible,
Matt Simerson
2013-04-24 03:09:02 -0400
-
88e6ce6adb
dmarc: improving and updating POD
Matt Simerson
2013-04-24 00:29:33 -0400
-
f41df6e96d
summarize shows a narrower screen by default.
Matt Simerson
2013-04-24 00:27:07 -0400
-
3d7d43e0af
split is_immune into itself + is_naughty
Matt Simerson
2013-04-24 00:23:24 -0400
-
78e7a0c644
bump RAM from 150 to 200MB
Matt Simerson
2013-04-24 00:21:36 -0400
-
eab1d5e4cf
added modules required by several of the plugins
Matt Simerson
2013-04-23 21:11:33 -0700
-
-
-
050aa4b0bf
docs/logging: corrected example register() syntax
Matt Simerson
2013-04-22 16:30:26 -0700
-
f63c029bbb
qmail_deliverable: smite null sender to email list
Matt Simerson
2013-04-22 02:29:29 -0400
-
78ac01df76
log2sql: populate plugins table from registry.txt
Matt Simerson
2013-04-22 02:12:53 -0400
-
8b95e9053d
Makefile.PL: gzip -9, and clean up test db
Matt Simerson
2013-04-21 20:33:46 -0400
-
f1aa848166
dkim: reduce INFO logging to once per connect
Matt Simerson
2013-04-21 19:54:06 -0400
-
71997439c1
tls: added pass|fail prefix to a couple log msgs
Matt Simerson
2013-04-21 17:03:24 -0400
-
7d88c51e0a
auth_chkpw: added pass|fail prefix to log msgs
Matt Simerson
2013-04-21 17:02:34 -0400
-
b7ce45a502
moved tls plugin to the top of the config
Matt Simerson
2013-04-21 16:06:37 -0400
-
-
8f834d5df2
dmarc: weed out SPF records from initial search
Matt Simerson
2013-04-21 12:17:49 -0400
-
278399f1ad
dkim: when signing, use signing domain when we
Matt Simerson
2013-04-21 12:15:14 -0400
-
8122fcfb27
Plugin: override dns_timeout by passing in a value
Matt Simerson
2013-04-21 12:14:27 -0400
-
b59000cece
dmarc: added relaxed alignment tests
Matt Simerson
2013-04-21 02:49:39 -0400
-
cd23266105
perltidy -b watch summarize show_message log2sql
Matt Simerson
2013-04-21 00:54:43 -0400
-
58aab2ad20
find . -name '*.t' -exec perltidy -b {} \;
Matt Simerson
2013-04-21 00:52:07 -0400
-
f988f0337c
find plugins -type f -exec perltidy -b {} \;
Matt Simerson
2013-04-21 00:50:39 -0400
-
5a0662b64a
perltidy -b qpsmtpd*
Matt Simerson
2013-04-21 00:34:07 -0400
-
73c988ac05
find . -name '*.pm' -exec perltidy -b {} \;
Matt Simerson
2013-04-21 00:08:43 -0400
-
8536a99379
resolvable_fromhost: adjust log message prefix
Matt Simerson
2013-04-20 23:54:17 -0400
-
5881f2a662
karma: add recipient limits for bad senders
Matt Simerson
2013-04-20 23:53:27 -0400
-
1cd1486d37
hosts_allow: more succinct log message
Matt Simerson
2013-04-20 23:48:24 -0400
-
7152a8c4d4
STATUS: explain qpdev motivation and direction
Matt Simerson
2013-04-20 23:47:53 -0400
-
4034f1281d
registry: renumber with big spaces between plugin
Matt Simerson
2013-04-20 20:33:52 -0400
-
f573a30105
summarize: add match for bareword 'fail'
Matt Simerson
2013-04-20 20:31:13 -0400
-
a0dba47741
dmarc: remove useless comment
Matt Simerson
2013-04-20 20:14:07 -0400
-
268cd1137c
STATUS: removed links to dead Google Code, add
Matt Simerson
2013-04-20 20:12:21 -0400
-
4393f02aa4
Changes: add changes since 0.91
Matt Simerson
2013-04-20 20:11:48 -0400
-
0a9f6a5d2f
naughty: improve POD
Matt Simerson
2013-04-20 20:11:03 -0400
-
6511406915
added MYMETA.* to MANIFEST.SKIP
Matt Simerson
2013-04-20 17:58:49 -0400
-
322bd634ac
MANIFEST: bring up-to-date
Matt Simerson
2013-04-20 17:53:24 -0400
-
bd3b0de882
fix dmarc plugin tests
Matt Simerson
2013-04-20 17:53:03 -0400
-
74edee1101
new plugin: dmarc
Matt Simerson
2013-04-20 16:30:06 -0400
-
42296b950c
tls: added ability to store certs in config/ssl
Matt Simerson
2013-04-20 16:27:14 -0400
-
c58404c3c4
SPF: add pod, documenting spf_pass_host note
Matt Simerson
2013-04-20 16:25:04 -0400
-
ca38ff5d6f
SPF: add trans. note spf_pass_host if SPF=pass
Matt Simerson
2013-04-20 16:23:05 -0400
-
0a542c51b5
domainkeys: fixed pod grammar error
Matt Simerson
2013-04-20 16:13:51 -0400
-
5b6f2b9628
watch: set OUTPUT_AUTOFLUSH, disabled buffering
Matt Simerson
2013-04-20 16:11:52 -0400
-
9715e00187
a collection of DKIM enhancements
Matt Simerson
2013-04-20 16:08:19 -0400
-
a49a45fd10
SPF: POD formatting fix
Matt Simerson
2013-04-14 21:42:42 -0400
-
2f72f419c3
dkim: improve POD, add dkim_key_gen.sh
Matt Simerson
2013-04-14 21:42:21 -0400
-
b8df80d398
dkim: added message signing feature
Matt Simerson
2013-03-28 17:47:18 -0400
-
eed4d5e791
domainkeys: added deprecation comment
Matt Simerson
2013-03-28 17:47:02 -0400
-
cd48146c28
karma,relay: karma plugin awards karma later
Matt Simerson
2013-03-28 17:30:25 -0400
-
00a6d61c43
dkim: corrected log entry, added comment
Matt Simerson
2013-03-27 20:09:42 -0400
-
9fdf741a20
dspam: raise loglevel on debug log message
Matt Simerson
2013-03-27 19:50:10 -0400
-
b9501855ff
dspam: catch error where QP user lacks x on dspam
Matt Simerson
2013-03-27 19:37:40 -0400
-
eae10519ee
bogus_bounce: suppress undefined var error
Matt Simerson
2013-03-27 19:26:21 -0400
-
21db884d8e
spf: add comment re: Authentication-Results header
Matt Simerson
2013-03-27 19:07:23 -0400
-
d8ef305664
resolvable_fromhost: documented reject naughty
Matt Simerson
2013-03-27 19:06:52 -0400
-
08c2f080ef
random_error: fixed typo, added std pragmas
Matt Simerson
2013-03-27 19:06:06 -0400
-
133cd29acc
dspam/spamassassin: adjust karma awards
Matt Simerson
2013-03-27 19:04:38 -0400
-
23332dc71b
moved triplicated init_resolver into Plugin.pm
Matt Simerson
2013-03-27 19:03:13 -0400
-
a1ab386779
Q:Plugin.pm: abstracted out store_deferred_reject
Matt Simerson
2013-03-27 18:16:43 -0400
-
63701ca65f
log2sql: added UPDATE support to exec_query
Matt Simerson
2013-03-27 18:14:23 -0400
-
55e9664824
test fixes for badmailfrom,headers plugins
Matt Simerson
2013-03-27 00:02:33 -0700
-
b79f952b36
moved author tests from t/ to xt/
Matt Simerson
2013-03-26 23:55:09 -0700
-
34b9a7c0b3
moved FAQ to github wiki
Matt Simerson
2013-03-26 23:37:08 -0700
-
a51f1ed277
Merge branch 'master' of github.com:msimerson/qpsmtpd-dev
Matt Simerson
2013-03-26 22:16:11 -0400
-
-
b146e0cd7e
dkim: added karma for dkim results (allow/reject)
Matt Simerson
2013-03-26 22:15:13 -0400
-
3ba8e12155
helo: stop processing after first match
Matt Simerson
2013-03-26 22:14:26 -0400
-
cf962602cb
Merge branch 'master' of github.com:msimerson/qpsmtpd-dev
Matt Simerson
2013-03-26 19:06:25 -0700
-
-
9bea21bc75
config/plugins: added fcrdns, do not reject by def
Matt Simerson
2013-03-26 18:12:11 -0400
-
-
-
278107f7fc
resolvable_fromhost: added karma smites
Matt Simerson
2013-03-26 17:52:41 -0400
-
37f4c95175
spamassassin: karma scoring is dependent on
Matt Simerson
2013-03-25 01:53:16 -0400
-
b0ebb75be4
added karma awards for SPF pass/fail
Matt Simerson
2013-03-25 01:48:40 -0400
-
31609e3643
badmailfrom: fix reject message typo
Matt Simerson
2013-03-25 01:46:34 -0400
-
12f1de22be
fcrdns: new plugin for Forward Confirmed rDNS
Matt Simerson
2013-03-23 02:22:20 -0400