Bug 125538 - [PATCH] mail/spamass-milter: allow local flags to be added to default
Summary: [PATCH] mail/spamass-milter: allow local flags to be added to default
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-12 14:40 UTC by Thomas Sandford
Modified: 2008-07-16 14:00 UTC (History)
1 user (show)

See Also:


Attachments
spamass-milter-0.3.1_6.patch (736 bytes, patch)
2008-07-12 14:40 UTC, Thomas Sandford
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!