Bug 122313 - Patch to make rejecttext in mail/spamass-milter configurable
Summary: Patch to make rejecttext in mail/spamass-milter configurable
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-03-31 23:40 UTC by Frank
Modified: 2008-04-04 16:50 UTC (History)
0 users

See Also:


Attachments
file.txt (4.70 KB, text/plain)
2008-03-31 23:40 UTC, Frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2008-03-31 23:40:01 UTC
I found this patch at http://savannah.nongnu.org/patch/?5189 and since I didn't like the default reject message of spamass-milter, I included it into the port.

Fix: cd /usr/ports/mail/spamass-milter && patch -p1 < patch.txt

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-31 23:40:09 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-04-04 16:48:33 UTC
tabthorpe    2008-04-04 15:48:28 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamass-milter  Makefile 
  Added files:
    mail/spamass-milter/files extra-patch-rejecttext1 
                              extra-patch-rejecttext2 
                              extra-patch-rejecttext2a 
  Log:
  - Add customizable reject text
  - Bump PORTREVISION
  - Fix IGNORE message, pet portlint
  
  PR:             ports/122313
  Submitted by:   Frank Fenor <frank fenor.de>
  Obtained from:  http://savannah.nongnu.org/patch/?5189
  
  Revision  Changes    Path
  1.28      +18 -2     ports/mail/spamass-milter/Makefile
  1.1       +60 -0     ports/mail/spamass-milter/files/extra-patch-rejecttext1 (new)
  1.1       +11 -0     ports/mail/spamass-milter/files/extra-patch-rejecttext2 (new)
  1.1       +11 -0     ports/mail/spamass-milter/files/extra-patch-rejecttext2a (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 Thomas Abthorpe freebsd_committer freebsd_triage 2008-04-04 16:48:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!