Bug 125538

Summary: [PATCH] mail/spamass-milter: allow local flags to be added to default
Product: Ports & Packages Reporter: Thomas Sandford <freebsduser>
Component: Individual Port(s)Assignee: Thomas Abthorpe <tabthorpe>
Status: Closed FIXED    
Severity: Affects Only Me CC: tabthorpe
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
spamass-milter-0.3.1_6.patch none

Description Thomas Sandford 2008-07-12 14:40:02 UTC
With the present configuration, if you want to specify local flags to the
spamass-milter daemon [eg the -r NN option to reject at SMTP level mails
scoring above a certain level] you have to totally replace the default flags.

However the default flags are an appropriate minimum for almost all
installations.

This patch adds the option for local flags to be defined that are added to
the existing default (whilst still maintaining the option to replace the 
deafults altogether should this be required).

Port maintainer (tabthorpe@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-12 14:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-16 13:53:27 UTC
tabthorpe    2008-07-16 12:53:13 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamass-milter  Makefile 
    mail/spamass-milter/files spamass-milter.in 
  Log:
  - Allow localflags to pass to startup script
  - Bump PORTREVISION
  
  PR:             ports/125538
  Submitted by:   Thomas Sandford <freebsduser paradisegreen.co.uk>
  
  Revision  Changes    Path
  1.31      +1 -1      ports/mail/spamass-milter/Makefile
  1.4       +2 -2      ports/mail/spamass-milter/files/spamass-milter.in
_______________________________________________
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 Thomas Abthorpe freebsd_committer freebsd_triage 2008-07-16 13:53:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!