summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2002-11-11Update to 0.63. From the changelog:schmonz3-14/+71
* Python version 2.1 or greater is now required. Upgrade at <URL:http://www.python.org/download/> * When sending an auto response, a new configuration variable (AUTORESPONSE_INCLUDE_SENDER_COPY) is used to control whether a copy of the sender's message is included or not. For available options, <URL:http://tmda.net/config-vars.html#AUTORESPONSE_INCLUDE_SENDER_COPY> If you are using customized templates, you should remove the last few lines in each template which include the sender's copy. For example, in confirm_request.txt: --- Enclosed is a copy of your message. %(original_message)s Otherwise, you'll include two copies of the sender's message. * When sending confirmation requests, Reply-To is now set from the confirm_request.txt template. This is to allow the option to not include the confirmation address in a Reply-To header. If you use a customized confirm_request.txt, you'll need to add the following line to the top (header section) of your template: Reply-To: %(confirm_accept_address)s
2002-11-09upgrade to 20021021.itojun2-6/+6
handle stream after ^L correctly. screen repaint fix. (no changelog available, so i'm writing based on my memory)
2002-11-07compile in support for standalone (non-inetd started) mode.dillo8-16/+72
bump PKGREVISION.
2002-11-06Changed the rc.d script to account for different behaviour ofheinz5-11/+41
load_rc_config in NetBSD 1.6. This resolves PR pkg/18928 by Frank Cusack (fcusack at fcusack com). The rc.d script is now called on 'shutdown'. Included fixes from SA CVS repository (2002-10-21) to minimize impact of Razor2 on the environment vector, especially PATH. Bumped PKGREVISION.
2002-11-06Update fetchmail{conf} to 6.1.2.frueauf4-22/+22
changes since 6.1.0: fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines: * Jan Klaverstijn's verbosity-lowering patch. * Updated Turkish, German, Catalan, and Danish translation files. * Fix processing of POP3 messages with missing bodies. * Minor fixes by Sunil Shetye: fix generation of auth fail note, handle unexpected SIGALRM, plug memory leak, handle lines beginning with '\0', try to bulletproof error handling against read failures. fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines: * OTP fix patches from Stanislav Brabec <utx@penguin.cz> * fix patch for writing antispam capability correctly in conf.c. * Fix patches for Debian bugs #162571, #156592. * Correction to manpage re -b and qmail. * Patch to disable use of STLS if auth passwd is specified. * Fix specfile generation to handle SSL correctly. * New Danish, Turkish, and Catalan translation files. * Improved ODMR debug messages. * IMAP efficiency hack; don't fetch sizes unless needed. * Detect and rewrite invalid return paths beginning with @. * Fix for subtle freeing bug that suppressed information in some bounce msgs. * Newline fix patches for internationalization files. * Fix reversed test guarding authentication-failure warnings. * Fix POP3 breakage starting at 5.9.14.
2002-11-05- make this work with apache2martti1-2/+2
- buildlink2
2002-11-04Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:seb1-2/+3
use perl5/module.mk with PERL5_CONFIGURE=NO.
2002-11-04Add dependency on autoconf and have auto{header,conf} run at pre-configureseb3-160/+10
stage: this is need to avoid conflict between the distribution patch file for IPv6 support and patches/patch-af (now removed) and patches/patch-ak. Bump PKGREVISION (again).
2002-11-04Bump PKGREVISION after patch-ao addition.seb2-3/+4
And regen overlooked distinfo.
2002-11-04More fix for PR pkg/16089.seb1-0/+22
Libisieve also need to be composed of relocatable objects.
2002-11-02Remove the check for auth_gss in this. The check only causes the buildelric3-9/+22
to prematurely fail if it thinks that it might fail. Addresses PR pkg/18851
2002-11-01Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).wiz2-3/+4
2002-11-01Add overlooked dependencies.seb1-1/+7
Bump PKGREVISION. Noted by <douglas at fang dot demon dot co dot uk> in PR pkg/18876.
2002-11-01Remove blank line from middle of PLIST.jlam1-2/+1
2002-11-01If we are building with perl, then create libcyrus.a, libacap.a, andjlam6-7/+83
libsieve.a from relocatable objects so that when the Perl modules are linked against these libraries, they are composed wholly from relocatable objects. We query perl for how to compile a source file into a relocatable object file. This should fix pkg/16089.
2002-10-31Update to version 4.80.seb3-26/+10
Package changes: Use buildlink2. Use perl5/module.mk. Only the "version" with FastReader is now build (no more ${PREFIX}/bin/grepmail-{quick,full}). New in version 4.80: - Added prototype -E flag to support complex searches. (Thanks to Nelson Minar <nelson@monkey.org> for the original suggestion in Sep 2000, And terry jones <terry@eatoni.com> for seconding the idea.) - Added -F flag to force processing of files which grepmail determines are not mailboxes. (feature suggested by terry jones <terry@eatoni.com>) - Documentation updated to reflect that -B no longer exists. (By terry jones <terry@eatoni.com>) - The test to determine if a file is a mailbox was improved to adhere better to RFC 822, while still providing some flexibility. (Initial suggestion and patch by terry jones <terry@eatoni.com>) - Improved date extraction to also look at the 'From ' line when both the Received and Date headers fail. (patch by terry jones <terry@eatoni.com>) - Fixed a long-standing bug in which filenames of compressed mailboxes which contained special shell characters would cause problems. (Thanks to Jost Krieger <jkrieger@users.sourceforge.net> for giving me the kick in the pants to finally fix this.) - Fixed a long-standing bug in which grepmail would incorrectly report the filename of compressed mailboxes in error messages. (Thanks to Jost Krieger <jkrieger@users.sourceforge.net> for giving me the kick in the pants to finally fix this.) New in version 4.72: - 20% speed improvement in the Perl mailbox parser (By terry jones <terry@eatoni.com>) - Fixed a number of potential bugs in command line processing and date processing. (By terry jones <terry@eatoni.com>) - Cleaned up return values and use of quotes in the code. (By terry jones <terry@eatoni.com>) - Fixed a bug in -X signature processing (By terry jones <terry@eatoni.com>) - Modified anonymize_mailbox to anonymize To: and Subject: in the header. (Thanks to terry jones <terry@eatoni.com> for the idea.) - Fixed a bug in FastReader where emails less than 255 characters in size would occasionally cause a core dump. (Thanks to terry jones <terry@eatoni.com> for submitting a bug report and sample mailbox.) - Made "big" test mailboxes 4 times bigger for more meaningful speed tests New in version 4.71: - Fixed warning about SIGHUP on Windows. - Fixed -u functionality for emails without the Message-Id header. (Thanks to Felix E. Klee <felix.klee@inka.de> for finding the bug.) NOTE: grepmail will use Digest::MD5 to compute a hash for the email header. If you don't have Digest::MD5, grepmail will just store the header. So, the default tradeoff is time for space. - Fixed a bug in the test script. (Thanks to Joey Hess <joey@kitenet.net> for finding and fixing the bug.) - Extended workaround for spurious warning about undefined variable to Perl 5.8. (Thanks to Joey Hess <joey@kitenet.net> for reporting the ongoing heisenbug.) New in version 4.7: - Fixed signal handling to make grepmail easier to debug. Thanks to Ilya Zakharevich for providing the solution. - Fixed a possible performance problem in reading of emails (Perl implementation), and documented the settings in the README. - Expanded the pattern for matching the start of emails to allow different types of emails to be parsed. - Fixed a bug where -R was reported as not recognized. (Thanks to Nicholas Riley <nriley@sf.net> for the bug report and fix.) - "anonymize_mailbox" utility included to help people submit bug reports - If a mailbox can not be found, grepmail now searches the $home/mail, $home/Mail, $home/Mailbox directories (or the directory specified by the MAIL environment variable). (Thanks to Michael Friendly <friendly@yorku.ca> for the feature suggestion and initial patch.) - Added -X flag to allow the user to specify a pattern for the signature separator. (Thanks to Michael Friendly <friendly@yorku.ca> for the feature suggestion.) - Added -Y flag to search specific headers. (Thanks to Terry Jones <terry@eatoni.com> for the idea to automatically wrap header lines as necessary.) New in version 4.60: - Removed -B flag and added -S flag. -B is now performed using -bS. - Added installation flags to suppress interactive installation. (Thanks to Joey Hess <joey@kitenet.net> for the problem report. He had to patch Makefile.PL for his Debian packaging.) - Fixed a slow implementation of searching for signatures that would cause grepmail to crawl for very large emails. Thanks to Joey Hess <joey@kitenet.net> for discovering the inefficiency. - Fixed a short-circuit which should have bypassed the search for signatures if -B was not specified. Thanks to Joey Hess <joey@kitenet.net> for finding the bug. - Implemented a new Perl parser which is 5% to 50% faster depending on how I/O-bound your system is. - Restructured the code a bit and improved detection of invalid arguments. New in version 4.51: - grepmail now dies gracefully when invalid patterns like 'strcpy(' are supplied. (It should be 'strcpy\('.) - Fixed a bug in attachment boundary matching which would cause the boundary match to fail if the boundary contained special pattern matching characters. (Thanks to Richard Everson <rme at users.sourceforge.net> for identifying the bug, and providing a sample email which demonstrates the problem.) - Added a check for Inline 0.41 or better during "perl Makefile.PL" when Mail::Folder::FastReader is selected to be installed. (Thanks to Brian L. Johnson <blj8@blj8.com> for the problem report.) - Fixed a bug where grepmail would fail to print matching emails which had signatures, and added a test case for it. This bug was introduced with -B support in version 4.49. (A *huge* thanks to Moritz Barsnick <barsnick@gmx.net> for reporting the bug and doing the initial analysis of the cause.) - Modified Makefile.PL to ask whether the user wants FastReader regardless of whether they specified arguments to "make Makefile.PL". - Modified Makefile.PL to allow the user to interactively specify the installation path. - Fixed a typo in debugging output for emails without "Date:" headers. - Improved error messages. - Usage message now displays just the flags, --help shows a summary of their meanings as well. New in version 4.50: - Added X-Draft-From to support newer versions of Gnus (Thanks to Nevin Kapur <nevin@jhu.edu> for the patch). New in version 4.49: - Fixed test cases to work around PATH modifications made by Date::Manip - Added -B to search the body but not the signature. (Thanks to Helmut Springer <delta@faveve.uni-stuttgart.de> for the feature request.) - Added LICENSE file. (Thanks to Janet Casey <jcasey@gnu.org> for the reminder.) New in version 4.48: - Mail::Folder::FastReader migrated from XS to Inline. - -H flag added by Nevin Kapur <nevin@jhu.edu> - Error messages are localized in test cases. (Thanks to cpan-testers and in particular Jost Krieger <Jost.Krieger@ruhr-uni-bochum.de> for finding this bug and diagnosing it.) - Fixed a problem with timezones in the test cases. (Thanks to Roy Lanek <lanek@ranahminang.net> for helping me debug this.) - Added a check in the test cases for determining if the user's timezone is not recognized by Date::Manip. New in version 4.47: - Grepmail now converts Gnus emails into mbox emails before printing them. (Thanks to Johan Vromans <JVromans@squirrel.nl> for supplying a patch and explaining the need for it. - Fixed a couple bugs in -M processing - -M is now 19% faster. (It's now only about 9% slower than without -M.) New in version 4.46: - Fixed a bug in -u message id processing. (Thanks go to an anonymous bug reporter on SourceForge.) - Added more workarounds to prevent warnings resulting from a bug in Perl 5.6 (Thanks to Joey Hess <joey@kitenet.net>) - Added -Z flag to tell grepmail not to use Mail::Folder::FastReader even if it is installed. - Fixed a bug introduced in version 4.44 where -m would not work unless used with -n. (Thanks to Imre Simon <is@ime.usp.br> for catching this.) - --help anywhere on the command line now causes the help to be printed, instead of only when used as the first argument. - Test script now exercises both the Mail::Folder::FastReader and perl mailbox implementations as appropriate. - Restructured code to separate out Perl mailbox implementation as Mail::Folder::SlowReader. (This module is embedded in the grepmail script.)
2002-10-30Fix detection of non-mime messages when the charset is not enclosedkim3-3/+20
in double quotes. Without this fix text/plain messages authored on Mozilla will always get displayed using showmimeproc (mhl).
2002-10-30Use INSTALL_DATA_DIR instead of MKDIR.wiz1-2/+2
2002-10-30Update mimedefang to version 2.24markd5-57/+20
Changes in 2.24: This release includes "watch-mimedefang", a graphical monitoring tool [not enabled]. It does stricter checks on functions which only make sense in the context of a message. Global variables are cleared between messages so that extraneous values don't stick around. There are important fixes for Solaris and possibly other non-Linux machines. Changes in 2.23: A bug which could crash mimedefang-multiplexor under conditions of extreme load has been fixed. An attacker with sufficient bandwidth may be able to exploit the bug to mount a denial-of-service attack. Changes in 2.22: Support has been added for clamd, the daemonized version of Clam AntiVirus. A new variable $MaxMIMEParts lets you reject overly complex MIME messages which could otherwise result in a DoS. A new action_delete_all_headers routine has been added which deletes all instance of a given header. Many little bugs were fixed and portability was improved.
2002-10-30Updated squirrelmail to 1.2.9martti3-7/+17
* many bugfixes and stability enhancements - register_globals - session handling - preferences * German help texts
2002-10-30Fail if krb5_init_context fails in ckp_gss.c.elric1-0/+18
2002-10-30In the previous commit, I broke the non-kerberos setup. Thiselric4-26/+61
occurred because gss_import_name() was segfaulting if /etc/krb5.conf was not found. To fix it, I swapped the krb5_init_context() and the gss_import_name() calls, since krb5_init_context() will fail if krb5 is not configured and I can fail appropriately. I also changed slightly how the documentation is installed by the main Makefile, because the ${CP} was relying on the non-existence of the target directory.
2002-10-29hmmm, the last commit had a typo in it, --with-openssl rather than --with-ssl.elric1-2/+2
2002-10-28Add SSL support to balsa.elric1-1/+4
2002-10-28Do the LIBTOOL_OVERRIDE thing for libintl.la problems.elric1-1/+2
2002-10-28Adding GSSAPI support to this package. It is turned on by default forelric4-75/+127
NetBSD and off for everything else.
2002-10-28add [optional] SASL support.elric1-2/+7
2002-10-27Use buildlink2. Use perl5/module.mk.seb3-18/+9
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-27Ops, it was already converted to buildlink2, remove duplicate USE_BUILDLINK2.bouyer1-3/+1
2002-10-27Enable cyrus-imapd21.chris1-1/+2
2002-10-27Initial import of cyrus-imapd 2.1.9.chris13-0/+492
Cyrus imapd provides IMAP, POP3 and KPOP services for mail. It differs from other IMAP servers by providing a "sealed" server where users do not normally login directly to the server. The mailbox database is private to the Cyrus IMAP system. Cyrus also provides server side mail filtering using sieve (see RFC 3028)
2002-10-27Use buildlink2, and make sure config.sh uses BUILDLINK_CC instead off ccbouyer1-2/+6
(which doesn't work on solaris).
2002-10-27don't try to remove the gnome apps directories.grant1-3/+1
2002-10-27Add libXt to X libs.bouyer2-4/+4
2002-10-27Update to sylpheed-claws-0.8.5.grant3-7/+16
Changes since 0.8.1 include: * additional locales: bg, sr * additional documentation * misc bug fixes See the ChangeLog for the full list of changes.
2002-10-25Update to 0.9.4 (note that the author changed versioning system,mjl5-256/+10
our last version was 0.84). * Update documentation. * Move Bayes stuff into its own file. * Fix NaN exception: if list is empty, use zero for probability. * Make extrema array (keepers) variable size. Needs more work. * Add SYSLIBS to the makefile. * Fix gcc-ism in dbg.c (ptr arithmetic on void*). * Fix off-by-one in html tag check. * Fix unaligned access in libdb. * Fix bug in -d handling for text and libdb. * Autodetect mailbox type and deprecate the -m option. * Ditch the builtin libdb locks, use fcntl instead. * Fix memory leak in dbtext. * Fix some trivial issues with the lexer: - Be more strict about recognizing IP addresses. - Do case-insensitive header name comparisons. * Fix multiple database closure with mbox format. * Fix a bogus assert in passthrough. * Add heap checking in debug mode. * Fix bug in -N mode which made it act the same as -S. * Support maildir style folders. * Fix bug in multiple message registration. * Improve error reporting and clarify some messages. * Package preformatted manpage instead of XML. * Remove single message per invocation restriction.
2002-10-25buildlink1 -> buildlink2.wiz4-23/+26
2002-10-25Convert to buildlink2.wiz1-14/+15
2002-10-25buildlink1 -> buildlink2.wiz3-11/+13
2002-10-24convert to buildlink2 (another trivial NO_BUILD case)drochner1-2/+3
2002-10-23buildlink1 -> buildlink2 and use bsd.pkg.install.mk to properly handlejlam2-15/+18
elm.mimetypes-dist. Also add a few files to PLIST that were installed but not listed.
2002-10-22Port to Emacs-21, using emacs.mk.minoura2-128/+218
2002-10-21buildlink1 -> buildlink2jlam2-3/+4
2002-10-21PKGREVISION is now empty, to placate lintpkgsrc (thanks to Marttiheinz1-2/+2
Kuparinen).
2002-10-21Convert to buildlink2.wiz1-4/+4
2002-10-21Convert to buildlink2.wiz1-2/+3
2002-10-21For subtle reasons, expand ${WRKSRC} into ${WRKDIR}/${DISTNAME} injlam1-2/+2
RCD_SCRIPT_SRC.spamd definition. The reason is that WRKSRC isn't defined by the time we get down to bsd.pkg.install.mk, so the dependency logic replaces "${WRKSRC}" with "", which is wrong. XXX bsd.pkg.install.mk should really be included by bsd.pkg.mk, in much the XXX same way bsd.buildlink2.mk is included by bsd.pkg.mk. It would remove XXX these ordering problems with variables not being available.
2002-10-21Use ${PREFIX}, not ${LOCALBASE}, when referring to own installation prefix.jlam1-7/+7
Also, use ${SH}, not /bin/sh, when invoking the shell from make.
2002-10-21Ensure that everything that is linked against libsasl is also linkedjlam4-4/+172
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present.