Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/mopher,
Versatile mail filter
Branch: CURRENT,
Version: 0.5.1,
Package name: mopher-0.5.1,
Maintainer: petarThe mail gopher (mopher) is an extension to all mail transfer agents
that implement the Sendmail Milter API. It reads a list of rules and
acts on each incoming mail delivery attempt based on various criteria
and existing states.
Mopher supports indiscriminate and selective grey- and whitelisting of
either individual addresses or whole domains (based on reverse lookups
and rules provided by Mozilla's Public Suffix List). Access to tables
and state-related data passes through a generic interface and is then
translated by one of the available backend drivers.
Required to run:[
devel/libidn] [
mail/libspf2]
Required to build:[
mail/libmilter]
Package options: spf
Master sites:
SHA1: 26b60fd04c8a2b40557555f8a60bd1b91f185491
RMD160: 40eae10656a45b719bebb2de696fe087839f75b0
Filesize: 187.569 KB
Version history: (Expand)
- (2014-12-06) Package deleted from pkgsrc
- (2014-11-11) Updated to version: mopher-0.5.1
- (2014-11-07) Updated to version: mopher-0.5.0
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
CVS history: (Expand)
2014-12-05 12:38:01 by Petar Bogdanovic | Files touched by this commit (8) | |
Log message:
wip/mopher -> mail/mopher (thanks gdt)
|
2014-11-13 18:13:17 by Petar Bogdanovic | Files touched by this commit (1) |
Log message:
add custom configuration & make pkglint happy
|
2014-11-13 14:38:45 by Petar Bogdanovic | Files touched by this commit (2) |
Log message:
more DESCR; fix HOMEPAGE; add USE_LANGUAGE
|
2014-11-10 22:25:56 by Petar Bogdanovic | Files touched by this commit (1) |
Log message:
mopherd.sh: add shutdown keyword
|
2014-11-10 17:13:53 by Petar Bogdanovic | Files touched by this commit (5) |
Log message:
Upgrade to 0.5.1.
Version 0.5.1
10.11.2014
Fix multiple problems around loading and punycode translation of
UTF-8 regdom rules on NetBSD systems.
|
2014-11-06 18:25:53 by Petar Bogdanovic | Files touched by this commit (5) | |
Log message:
Upgrade to 0.5.0.
Version 0.5.0
06.11.2014
This release contains many new features, almost 18 months of
successful testing in production environments and a variety of
adjustments and bugfixes.
Serious attempt at complete documentation, multiple man pages added:
mopher.7 mopherctl.8 mopherd.8 mopherd.acl.5 mopherd.conf.5
The bdb backend switched to legacy BDB format (1.85), libdb is no
longer a dependency on BSD systems with dbopen(3) in libc.
Mozilla's Public Suffix rule list is no longer compiled into mopher
but a regular file that may be updated and reloaded.
The experimental database logging module (dblog) was added. Its
purpose is a fast history of structured session data, easy to
query and translate into statistics or periodic reports.
Introduction of basic unit test infrastructure.
moco was renamed to mopherctl, see mopherctl(8).
mail.acl was renamed to mopherd.acl, see mopherd.acl(5).
Pattern and list operators were added, see mopherd.acl(5).
Macro symbols in mopherd.acl(5) now use the same naming scheme like
their Sendmail counterparts, including the curly braces.
|
2013-04-13 04:44:40 by Petar Bogdanovic | Files touched by this commit (2) |
Log message:
Upgrade to 0.4.1.
0.4.1: 2013-04-13
* Fixed Message-ID logging
* Updated regdom rules
|
2012-12-12 16:30:30 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add comment about database options.
|