Branch: refs/heads/master
Home: http://github.com/abh/qpsmtpd
Commit: 93c1a238e8de4f6f59fee8ca8a5bda6f35689b48
http://github.com/abh/qpsmtpd/commit/93c1a238e8de4f6f59fee8ca8a5bda6f35689b48
Author: Steve Kemp <[email protected]>
Date: 2010-05-04 (Tue, 04 May 2010)
Changed paths:
M CREDITS
M README
Log Message:
-----------
Misc documentation updates
Minor fixups to the documentation:
* README + CREDITS:
We use git now, not subversion.
* README:
dns -> DNS
smtp -> SMTP
Steve
--
Let me steal your soul?
http://stolen-souls.com
Signed-off-by: Robert <[email protected]>
Commit: 68ecedd1ac05ce6f26d6292b1a859020f5b6c62d
http://github.com/abh/qpsmtpd/commit/68ecedd1ac05ce6f26d6292b1a859020f5b6c62d
Author: Matt Simerson <[email protected]>
Date: 2010-05-04 (Tue, 04 May 2010)
Changed paths:
M plugins/virus/clamdscan
Log Message:
-----------
added ClamAV version to the X-Virus-Checked header
Signed-off-by: Robert <[email protected]>
Commit: 1002d0dd561ad7cd22ecb76f1ecf46487ad83cf7
http://github.com/abh/qpsmtpd/commit/1002d0dd561ad7cd22ecb76f1ecf46487ad83cf7
Author: Steve Kemp <[email protected]>
Date: 2010-05-09 (Sun, 09 May 2010)
Changed paths:
M STATUS
A plugins/check_bogus_bounce
Log Message:
-----------
new plugin - check_bogus_bounce
The current status file, in git, has the following entry:
-plugin to reject mails from <> if it has multiple recipients.
I hereby submit my plugin to handle this case for possible inclusion,
under the same terms as the current qpsmtpd release.
The plugin is available here:
http://www.steve.org.uk/Software/qpsmtpd/check_bogus_bounce/
Please find patch against git head below, adding the file and removing
the TODO line from the status file.
Signed-off-by: Robert <[email protected]>
Commit: e37f14b9a63e39b344955e7bc79ffe4262e93811
http://github.com/abh/qpsmtpd/commit/e37f14b9a63e39b344955e7bc79ffe4262e93811
Author: Robert <[email protected]>
Date: 2010-05-09 (Sun, 09 May 2010)
Changed paths:
M plugins/check_bogus_bounce
Log Message:
-----------
microoptimizations - replace regex with lc eq
Commit: 5f81fd792594912882136afd33205683cfe786a8
http://github.com/abh/qpsmtpd/commit/5f81fd792594912882136afd33205683cfe786a8
Author: Matt Simerson <[email protected]>
Date: 2010-05-09 (Sun, 09 May 2010)
Changed paths:
M lib/Apache/Qpsmtpd.pm
M lib/Qpsmtpd/ConfigServer.pm
M plugins/content_log
M plugins/logging/file
M plugins/logging/syslog
M plugins/queue/exim-bsmtp
M plugins/uribl
M plugins/virus/clamav
M t/Test/Qpsmtpd/Plugin.pm
Log Message:
-----------
remove vestiges of a bygone RCS
Commit: e8cb1c3e94c9effc596aafb0442434d07098fc5d
http://github.com/abh/qpsmtpd/commit/e8cb1c3e94c9effc596aafb0442434d07098fc5d
Author: Matt Simerson <[email protected]>
Date: 2010-05-09 (Sun, 09 May 2010)
Changed paths:
M plugins/tls
Log Message:
-----------
added definedness test to $local_port as it was emitting errors to to not being
defined. My previous commit to TcpServer.pm fixed that problem.
Signed-off-by: Robert <[email protected]>