Voytek, > I have several false-positives I need to release (old spam assasin 'date > in the past' rules, etc) amavisd-new-2.6.4 > > but I get: > > # amavisd-release pHHuN15T1vpc > 450 4.5.0 Failure: SQL quarantine code not enabled at (eval 95) line 343,
The quarantine type-guessing logic in amavisd-release is quite simple minded. In absence of a path (slash) or a trailing .Z or .gz it assumes the quarantine type is SQL. Here is a quick workaround: --- amavisd-release~ 2010-01-29 18:09:11.000000000 +0100 +++ amavisd-release 2010-02-10 17:17:08.000000000 +0100 @@ -166,2 +166,3 @@ : $fn_path eq '' && $mail_id eq $mail_file ? 'Q' : 'F'; + $quar_type = 'F'; my($request_type) = $0 =~ /\breport\z/i ? 'report' but I don't know what would be the best way to resolve it properly. Mark ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/