* Fixed a bug in embedded Perl: We have to call
PERL_SET_CONTEXT after forking or Perl gets confused. In particular, setting signal-handling dispositions using $SIG{FOO} = sub { ... } breaks. * Clarify wording of mimedefang-filter man page. * Remove obsolete code that used to attempt to generate working directory names. Deactivate the no-longer-needed "-M" mimedefang option. * Add new "-y" option to mimedefang-multiplexor. This limits the number of concurrent "recipok" commands on a per-domain basis. * Remove Anomy::HTMLCleaner support. * use MIME::Parser::Filer's ignore_filename() call instead of subclassing to override evil_filename(). Same effect, less code. * refactor resend_message_one_recipient() to use resend_message_specifying_mode() instead of reimplementing it. * header_timezone() now generates a strictly RFC2822-compliant timezone string without needing POSIX::strftime() * Ensure that decode_mimewords() is called in scalar context.
This commit is contained in:
parent
fb1e3d8d5c
commit
327dc440c4
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.45 2010/06/04 21:00:07 pettai Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2010/07/19 10:58:18 pettai Exp $
|
||||
|
||||
DISTNAME= mimedefang-2.68
|
||||
PKGREVISION= 2
|
||||
DISTNAME= mimedefang-2.70
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.mimedefang.org/static/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.20 2010/05/31 10:08:22 pettai Exp $
|
||||
$NetBSD: distinfo,v 1.21 2010/07/19 10:58:18 pettai Exp $
|
||||
|
||||
SHA1 (mimedefang-2.68.tar.gz) = 2ed829eaf30454876bf4d83a14d722e2316d3156
|
||||
RMD160 (mimedefang-2.68.tar.gz) = 6042a652528e54c6a50aaf59dc610fa3c1bf94f7
|
||||
Size (mimedefang-2.68.tar.gz) = 342973 bytes
|
||||
SHA1 (mimedefang-2.70.tar.gz) = add0ca59099735f47699db9d2d95d343b782e947
|
||||
RMD160 (mimedefang-2.70.tar.gz) = e306530f6916dc1b7f47b4aeda075c1a724c6f5e
|
||||
Size (mimedefang-2.70.tar.gz) = 342916 bytes
|
||||
SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148
|
||||
SHA1 (patch-ad) = 1130dad09875d069ca246db8f8f567366e0af5be
|
||||
|
|
Loading…
Reference in a new issue