Heute (22.05.2007/18:45 Uhr) schrieb Mark Martinec,

> A pre-release of amavisd-new-2.5.1 is available at:

>  
> http://www.ijs.si/software/amavisd/amavisd-new-2.5.1-pre1.tar.gz

> The 2.5.1 is primarily intended to be a bug fix release over 2.5.0,
> with one small new feature.

I`m sorry, but the block

my($proc_fh,$pid) = run_command('&'.fileno($fh), "&1", $dspam,
              qw(--stdout --deliver=spam,innocent
                 --mode=tum --feature=chained,noise
                 --enable-signature-headers
                 --user), $daemon_user,
            );  # --mode=teft

must be

my($proc_fh,$pid) = run_command('&'.fileno($fh), "&1", $dspam,
              qw(--stdout --deliver=spam,innocent
                 --mode=tum --tokenizer=chained,noise
                 --enable-signature-headers
                 --user), $daemon_user,
            );  # --mode=teft

with dspam 3.8.0-STABLE Release. Otherwise there is a mistake in
the log (dspam[22511]: No such feature 'chained').


-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 [EMAIL PROTECTED]
 ICQ #277289867
----------
Zufalls-Zitat
----------
Wenn durch einen Menschen ein wenig mehr Licht und Wahrheit 
in der Welt war, hat sein Leben einen Sinn gehabt. (Alfred 
Delp)
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2285 Build 9899  22.05.2007


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to