Re: No more possible default values in spamassassin.php
Michal <[email protected]> Wed, 30 Oct 2002 18:51:20 -0500
| Newsgroups | gmane.comp.horde.sam |
|---|---|
| Message-ID | <[email protected]> |
O.k. now I know it was nuked - read in cvs comments Michal Quoting Michal <[email protected]>: > 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: [email protected] > -- sam mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]