[sam] No more possible default values in spamassassin.php
Michal
michal@michal.no-ip.com
Wed Oct 30 23:51:20 2002
O.k. now I know it was nuked - read in cvs comments
Michal
Quoting Michal <michal@michal.no-ip.com>:
> In version 1.11 of spamassassin.php were these lines:
>
> $required_hits = $sam->getOption('required_hits') ?
> $sam->getOption('required_hits') : '6.0';
> $rewrite_subject = $sam->getOption('rewrite_subject') ?
> $sam->getOption('rewrite_subject') : 1;
> $subject_tag = $sam->getOption('subject_tag') ?
> $sam->getOption('subject_tag') :
> _("*****SPAM*****");
> $spam_level_stars = $sam->getOption('spam_level_stars') ?
> $sam->getOption('spam_level_stars') : 1;
> $report_header = $sam->getOption('report_header') ?
> $sam->getOption('report_header') : 0;
> $use_terse_report = $sam->getOption('use_terse_report') ?
> $sam->getOption('use_terse_report') : 1;
> $defang_mime = $sam->getOption('defang_mime') ?
> $sam->getOption('defang_mime') : 0;
>
> So it was possible to make some default settings for user with no settings.
>
> Is this removed by mistake or not ?
>
>
> Thanks
>
> Michal
>
> --
> sam mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: sam-unsubscribe@lists.horde.org
>