Re: [SAtalk] supressing creating of .spamassassin directory

2002-05-13 Thread Morbus Iff
>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

[SAtalk] RE: [SAdev] RFC: blacklist_to, and execution order

2002-05-09 Thread Morbus Iff
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

RE: [SAtalk] Stopping user_pref creation?

2002-05-07 Thread Morbus Iff
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