Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 9faa1e1903ec9a762eb329bb864e632b44ddf1e1
https://github.com/smtpd/qpsmtpd/commit/9faa1e1903ec9a762eb329bb864e632b44ddf1e1
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M plugins/virus/clamdscan
Log Message:
-----------
Fix clamdscan configuration handling
- Honor configured 'false' values
- Treat 'scan_all' consistently with other options--permitting 0, 1, 'yes', or
'no' as values
Commit: 8344bf8439b1cbb9d0dcfa7df3a964e9fb177953
https://github.com/smtpd/qpsmtpd/commit/8344bf8439b1cbb9d0dcfa7df3a964e9fb177953
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M Makefile.PL
M t/plugin_tests/virus/clamdscan
Log Message:
-----------
Working toward functional virus/clamdscan tests.
Commit: 44cafde7d4155971d2495b249dcec2aee3c477b9
https://github.com/smtpd/qpsmtpd/commit/44cafde7d4155971d2495b249dcec2aee3c477b9
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M plugins/virus/clamdscan
M t/plugin_tests/virus/clamdscan
Log Message:
-----------
More complete clamdcscan tests
* construct our own Qpsmtpd::Transaction object for testing, so we're sure
to have a pristine state
* Move some logic into a should_scan() sub, to help separate scan_all from
is_not_multipart (since the multipart state of a message has nothing to
do with any configuration parameters)
Commit: ba3122bd8211dc1b3d9745d845c9d3cbfe5f5577
https://github.com/smtpd/qpsmtpd/commit/ba3122bd8211dc1b3d9745d845c9d3cbfe5f5577
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M plugins/virus/clamdscan
Log Message:
-----------
Style cleanup
* no more 'return ()'
* Explicit 'return 0'
Commit: 3d977738270c688f5a8113872d36e390dbaa6f61
https://github.com/smtpd/qpsmtpd/commit/3d977738270c688f5a8113872d36e390dbaa6f61
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M plugins/virus/clamdscan
M t/plugin_tests/virus/clamdscan
Log Message:
-----------
Reverse sense of is_not_multipart to is_multipart.
Commit: f2bcd3736a75d1b952429f412bfb180a15fb9e5d
https://github.com/smtpd/qpsmtpd/commit/f2bcd3736a75d1b952429f412bfb180a15fb9e5d
Author: Jonathan Hall <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M t/plugin_tests/virus/clamdscan
Log Message:
-----------
New tests to cover new handling of register-time configuration.
Commit: 13f445596ac5649e1a802f3402d57a80cbe68468
https://github.com/smtpd/qpsmtpd/commit/13f445596ac5649e1a802f3402d57a80cbe68468
Author: Matt Simerson <[email protected]>
Date: 2014-09-16 (Tue, 16 Sep 2014)
Changed paths:
M Makefile.PL
M plugins/virus/clamdscan
M t/plugin_tests/virus/clamdscan
Log Message:
-----------
Merge pull request #104 from flimzy/clam-opts
Fix clamdscan configuration handling
Compare: https://github.com/smtpd/qpsmtpd/compare/d36b9240f94d...13f445596ac5