[svn:qpsmtpd] r696 - branches/0.3x branches/0.3x/plugins/virus
[email protected] Mon, 18 Dec 2006 02:45:23 -0800 (PST)
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: ask
Date: Mon Dec 18 02:45:22 2006
New Revision: 696
Modified:
/ (props changed)
branches/0.3x/Changes
branches/0.3x/plugins/virus/clamav
Log:
documentation typo in clamav, update changes file a bit
Modified: branches/0.3x/Changes
==============================================================================
--- branches/0.3x/Changes (original)
+++ branches/0.3x/Changes Mon Dec 18 02:45:22 2006
@@ -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
Modified: branches/0.3x/plugins/virus/clamav
==============================================================================
--- branches/0.3x/plugins/virus/clamav (original)
+++ branches/0.3x/plugins/virus/clamav Mon Dec 18 02:45:22 2006
@@ -49,7 +49,7 @@
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<path> (e.g. I<max_size=/tmp>)
+=item tmp_dir=I<path> (e.g. I<tmp_dir=/tmp>)
Specify an alternate temporary directory. If not specified, the qpsmtpd
I<spool_dir> will be used. If neither is available, I<~/tmp/> will be tried,