>It seems to me that such an option ought to exist in the spamassassin
>program, or it sholdn't be a fatal error in SpamAssassin.pm.
I submitted a patch that would do this. See:
http://www.hughes-family.org/bugzilla/show_bug.cgi?id=283
--
Morbus Iff ( i'm the droid yo
with 0 and "increasing resources"
for only those who tell us to "turn on" SA for them. It had
little to do, technically, with creating an "opt in" system.
--
Morbus Iff ( i desire penance for your sins )
Culture: http://ww
solve the error message that
appears again and again (when running /usr/bin/spamassassin), the
"create_default_prefs" subroutine should have something like:
if (!$self->{dont_copy_prefs} && !-f $fname) {
... all the normal code ...
}
### here's the new