Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718
  1. 2010-02-17 Alban Deniz <adeniz@skidmark.localdomain>
  2. * snf4sa.pm (parse_snf_sa_mapping): Correctly read configuration
  3. for result code of zero.
  4. (snf4sa_sacheck): Support static score reporting if dynamic
  5. scoring isn't supported (spamassassin version earlier than 3.2.0).
  6. 2009-05-16 Alban Deniz <adeniz@skidmark.localdomain>
  7. * snf4sa.pm (snf4sa_sacheck): Submit the contribution to the score
  8. using $permsgstatus->{conf}->{scoreset} rather than
  9. $permsgstatus->{scoreset}. This addresses the problem with
  10. amavisd-new always having a score of 1.
  11. 2009-05-13 Alban Deniz <adeniz@skidmark.localdomain>
  12. * snf4sa.pm (snf4sa_sacheck): Corrected calculation of GBUdb
  13. contribution to SA score: sqrt(abs(p * c)) * weight.