Update to 1.1.10 and take MAINTAINER. From the changelog:

* New feature. When a message is released from your pending queue via
  tmda-cgi, a new trace header 'X-TMDA-CGI' is added to the message
  which contains both the IP address of the remote host as well as the
  browser the client used to send the request.  This allows you to
  visually discern that the message was released via tmda-cgi rather
  than through email confirmation, and also allows for easier tracing.

* tmda-ofmipd has a new option courtesy of Robert P. Thille.  `-L'
  turns on logging prints which logs everything that `-d' logs, except
  for the raw SMTP protocol data. Hence, it is useful if you want to
  leave logging enabled permanently, but don't want your logs bloated
  with AUTH data and/or the content of large attachments.

* Various tmda-ofmipd bugfixes and improvements from Stephen Warren.
This commit is contained in:
schmonz 2007-02-02 13:08:20 +00:00
parent f7671d9660
commit 1f7089e89e
3 changed files with 7 additions and 22 deletions

View file

@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.34 2007/01/11 19:22:43 schmonz Exp $
# $NetBSD: Makefile,v 1.35 2007/02/02 13:08:20 schmonz Exp $
#
DISTNAME= tmda-1.1.9
PKGREVISION= 2
DISTNAME= tmda-1.1.10
CATEGORIES= mail python
MASTER_SITES= http://tmda.net/releases/
MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= kim@tac.nyc.ny.us
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://tmda.net/
COMMENT= Python-based SPAM reduction system

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.18 2007/01/11 19:22:43 schmonz Exp $
$NetBSD: distinfo,v 1.19 2007/02/02 13:08:20 schmonz Exp $
SHA1 (tmda-1.1.9.tgz) = 5c5a0d5e6679dcccfc7e781f859a01054e37d9fe
RMD160 (tmda-1.1.9.tgz) = 63cd03cfec6bd644311c2b258f3f4f8fdb3b25f5
Size (tmda-1.1.9.tgz) = 331721 bytes
SHA1 (patch-aa) = 579bd9685d0736dccf332e69246a5a5463746791
SHA1 (tmda-1.1.10.tgz) = cf414f95195cf3a848f056850726c217b100b59a
RMD160 (tmda-1.1.10.tgz) = 1c73eecc5ece3e9c793e114af2114b270cb9f9d1
Size (tmda-1.1.10.tgz) = 332865 bytes
SHA1 (patch-ab) = 82715854cfdedb0ec92c5d77580d09ccda553073

View file

@ -1,13 +0,0 @@
$NetBSD: patch-aa,v 1.1 2006/12/20 03:22:39 schmonz Exp $
--- bin/tmda-ofmipd.orig 2006-10-30 00:58:42.000000000 -0500
+++ bin/tmda-ofmipd
@@ -288,7 +288,7 @@ if running_as_root:
if not opts.username:
opts.username = 'tofmipd'
if not opts.authfile:
- authfile = '/etc/tofmipd'
+ opts.authfile = '/etc/tofmipd'
ipauthmapfile = '/etc/ipauthmap'
else:
tmda_path = os.path.join(os.path.expanduser('~'), '.tmda')