_READ_ the bug report and look at the code, please.

The defaults are all setup in the %Features hash.

The code then sets $QuarantineDir _FROM_
$Features{'Path:QUARANTINEDIR'}.

It does this _BEFORE_ the .conf file is loaded, thus ensuring that
setting $Features{'Path:QUARANTINEDIR'} in .conf is useless.  The rest
of the script uses $QuarantineDir, not $Features{'Path:QUARANTINEDIR'}.

Of course one can set $QuarantineDir directly, but that's just a hack.

I'm not even sure why it uses $QuarantineDir and doesn't use
$Features{'Path:QUARANTINEDIR'} directly.

On Wed, 2005-02-23 at 15:52 +0100, Christoph Martin wrote:
> Stephen R. Darragh schrieb:
> >
> > /etc/mail/mimedefang.pl.conf is required on line 176 of
> > /usr/bin/mimedefang.pl, but $QuarantineDir has already been set from
> > $Features{'Path:QUARANTINEDIR'} on line 163.
> 
> So what?
> 
> This is the same for all variables. The default value is set before the
> conf file ist required. So the variabels can be overwritten in the conffile.
> 
> Christoph
> --
> ============================================================================
> Christoph Martin, EDV der Verwaltung, Uni-Mainz, Germany
>   Internet-Mail:  [EMAIL PROTECTED]
>    Telefon: +49-6131-3926337
-- 
Stephen Darragh
Technical Director
Informed Technology
Ph: +61 8 9380 4244  Fax: +61 8 9380 4354



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to