Joe Schaefer wrote: > --- Sidney Markowitz <[EMAIL PROTECTED]> wrote: > >> The attached bounce message resulted from my last >> commit to SpamAssassin svn. Is there any >> way that commit messages generated by the svn >> repository can be whitelisted without >> opening up the [EMAIL PROTECTED] mailing list to >> outside spam? > > eris sends out the commit email, which triggers > the ALL_TRUSTED rule, which adds -100 to the score. > Your commit otherwise would've scored 129. Not sure > what else we can do other than to lower ALL_TRUSTED > to -1000.
Doing so wouldn't hurt. Actually -2000 would be better as sometimes our commit mails will score in excess of 1000. The only reason I can think of that you'd want to leave ALL_TRUSTED at -100 is if local (to the mail system) users were spam filtering each other with rules in their user_prefs. Since, AFAIK, there is no per user configs here it's a non-issue. Thanks Joe! Daryl
