Bug 130835 - fix BIG backscatter problem in security/amavisd-new
Summary: fix BIG backscatter problem in security/amavisd-new
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 18:30 UTC by Michael Scheidell
Modified: 2009-02-23 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2009-01-21 18:30 UTC, Michael Scheidell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2009-01-21 18:30:06 UTC
I think its serious!
Without this patch, all email looks like a legitimate bounce, and using the (default from amavisd.conf-dist) bounce_killer_score setting of 100, all bounces will bypass spamassassin scoring and be let it if using sql logging.

It a one line patch, so should be easy to verify.

Also, removed (obsolete) dependency on io-stringy.

How-To-Repeat: use sql logging, 
you will see that all msgs.message_id values == 1.
you will also see the bounce_killer_score in amavisd.conf is 100.

you will notice log entries with scores 'Hits: -,' and users complaining about backscatter.

This patch (from amavisd-new author) fixes this.

documentation:

http://www.usenet-forums.com/amavis-user/409614-re-amavis-user-bouncekiller-documentation-vs-config-files.html
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-01-21 18:48:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-23 11:53:21 UTC
gabor       2009-02-23 11:53:09 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd-new Makefile 
    security/amavisd-new/files amavisd.sh.in 
  Added files:
    security/amavisd-new/files patch-amavisd 
  Log:
  - Fix SQL logging problem [1]
  - Remove old dependency [1]
  - Add a warning when memdisk is used, because it is unsafe [2]
  - Fix on Perl 5.8.9 [3]
  - Bump PORTREVISION
  
  PR:             ports/130835 [1], ports/131633 [2]
  Submitted by:   Michael Scheidell <scheidell@secnap.net> [1][2]
  
  Revision  Changes    Path
  1.67      +1 -1      ports/security/amavisd-new/Makefile
  1.6       +6 -1      ports/security/amavisd-new/files/amavisd.sh.in
  1.17      +134 -0    ports/security/amavisd-new/files/patch-amavisd (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2009-02-23 11:54:40 UTC
State Changed
From-To: open->closed

Committed, thanks!