diff --git a/Changes b/Changes index f46cf49..142b01f 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -0.3x +0.33 (to be) + + Support "module" plugins ("My::Plugin" in the config/plugins file) + The ill-named $transaction->body_size() is depreceated now, use $transaction->data_size() instead. Check your logs for LOGWARN messages about "body_size" and fix your plugins. (Hanno Hecker) @@ -16,20 +19,17 @@ looked for by default in /var/lib/qpsmtpd/greylisting in addition to the previous locations relative to the qpsmtpd binary. (Devin Carraway) -0.33 New Qpsmtpd::Postfix::Constants to encapsulate all of the current return codes from Postfix, plus script to generate it. (Hanno Hecker) + Experimental IPv6 support (forkserver only). (Mike Williams) + Add ability to specific socket for syslog (Peter Eisch) Do the right thing for unimplemented AUTH mechanisms (Brian Szymanski) relay_only plugin for smart relay host. (John Peacock) - Experimental IPv6 support (forkserver only). (Mike Williams) - - Support "module" plugins ("My::Plugin" in the config/plugins file) - Enhance the spamassassin plugin to support connecting to a remote spamd process (Kjetil Kjernsmo). @@ -199,6 +199,7 @@ Fix typo in qpsmtpd-forkserver commandline help + 0.29 - 2005/03/03 Store entire incoming message in spool file (so that scanners can read diff --git a/plugins/virus/clamav b/plugins/virus/clamav index 24ad7b0..a74e0f1 100644 --- a/plugins/virus/clamav +++ b/plugins/virus/clamav @@ -49,7 +49,7 @@ Specifies the maximum size, in bytes, for mail to be scanned. Any mail exceeding this size will be left alone. This is recommended, as large mail can take an exceedingly long time to scan. The default is 524288, or 512k. -=item tmp_dir=I (e.g. I) +=item tmp_dir=I (e.g. I) Specify an alternate temporary directory. If not specified, the qpsmtpd I will be used. If neither is available, I<~/tmp/> will be tried,