summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2003-09-26Add and enable fix-mime-charset.wiz1-1/+2
2003-09-26Initial import of fix-mime-charset-0.4.0:wiz4-0/+35
In non-English mailing lists (particularly in Russian) there is a big problem with messages, where charset parameter of Content-Type header is set incorrectly. Sometimes software is buggy, sometimes people cannot set up their software properly, sometimes web-based email clients do not implement charsets. While reading such a mail, one should manually switch encoding in MUA back and forth. Incorrectly encoded or plain 8-bit Subject field is another big problem. Such fields often get corrupted while passing e-mail gateways. This program can be used to solve this problem while used as mail filter (in MTA, procmail, or a similar program).
2003-09-26Works with more Python versions.kim1-2/+2
2003-09-25add bin/mutt_dotlock to the PLIST if it is installed.grant1-1/+4
as observed on Darwin.
2003-09-24Correct path of example configuration file. Problem noted bytron1-2/+2
Markus Illenseer in private e-mail.
2003-09-24Allow use of base system libmilter if it exists and is complete enough.markd1-2/+20
Closes PR 22708 from wiz.
2003-09-24Whitespace.jmmv1-2/+2
2003-09-24Add and enable "sma" package.tron1-1/+2
2003-09-24Import new "sma" package: Sendmail log analysertron5-0/+50
This packages was contributed by Markus Illenseer in PR pkg/22921.
2003-09-24Updated to 1.0.1.xtraeme3-11/+13
Changes: 2002-09-12 Stable Version 1.0.1 released -------------------------------------- * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c More thoroughly check return value from read_smtp_response(). * libesmtp.h errors.c Added new "Client error" error code. This is just a cop-out, used when an API called by libesmtp fails. * base64.c Make conversions immune to NULL source data, * examples/mail-file.c Cleaned up some compiler warnings * siobuf.[hc] Added a few extra sio_ calls. Not actually used in libESMTP though. * concatenate.c errors.c getaddrinfo.c headers.c htable.c * protocol.c siobuf.c Don't perform zero length operations using the memxxx() functions. This may avoid segfaults on some platforms or libraries. * siobuf.c Improved handling of flushes in sio_write() particularly in the case where data would exactly fill remaining space in the buffer. * rfc2822date.c Correct leap year compensation for January and February in libesmtp_mktime(). * examples/Makefile Changed compiler flags from -ansi to -std=c99 and added -W * headers.c Eliminated bug where find_header() could pass -1 to the length argument of memchr() causing a core dump on some architectures. * libesmtp-private.h protocol.c smtp-bdat.c M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as explicitly permitted by RFC 3030, *sigh*. Hackish workaround implemented. * configure.in Makefile.am Added DIST_SUBDIRS macro to make sure tarball gets built properly. This one slipped past 'make distcheck' last time for some reason but then autoconf & friends are totally inscruitable. * ntlm/ntlmdes.c OpenSSL 0.9.7 changes some typedefs. Changed to suit, should still be compatible with previous OpenSSL versions.
2003-09-23Use ${SSLCERTS} instead of harcoded /etc/openssl.xtraeme1-2/+2
2003-09-23PKGREVISION++salo3-12/+54
Apply bugfix patches for the following problems: - Searching address fields can crash sometimes. - Auth process crashes if user doesn't have home directory set. - Some BODY and BODYSTRUCTURE replies missed data for message/rfc822 MIME parts causing clients to break.
2003-09-23Update to tmda-0.84kim3-10/+31
See share/doc/tmda/UPGRADE for important notes, or view the notes from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/tmda/tmda/UPGRADE before upgrading. There are too many changes to list here.
2003-09-22jchkmail is a behavior-based virus and spam milter for Sendmailmanu1-1/+2
2003-09-22Behavior-based virus and spam milter for Sendmailmanu5-0/+70
2003-09-21Add missing files to PLIST to fix errror with pkg_delete(1).taca1-1/+4
2003-09-21Capitalize comment.jmmv1-2/+2
2003-09-20Update p5-MailTools to 0.59, changes are:chris2-5/+5
version 1.59: Wed Aug 13 08:13:00 CEST 2003 - Patch by [Shafiek Rasdien] which adds Mail::Internet::smtpsend option MailFrom. - [Ziya Suzen] extended Mail::Mailer::test to provide more test information. - Added SWE (Sender Waranted E-mail) as abbreviation in field names which is always in caps, on request by [Ronnie Paskin] - Added SOAP and LDAP as abbreviation in field names which is always in caps.
2003-09-20Update clamav to 0.60. Note the new home is sourceforge.chris5-51/+59
Also fix pkg/22714, clamav not building, this was due to it rerunning configure due to dependancy updates, which built a new libtool, replacing the one we had given it from pkgsrc. The fix is to run autoconf and automake on the patches, I would have done diff's post autoconf/automake, but the diffs are much bigger. Known issue, if you run fetchclam to update the databases you'll find that pkg_install won't remove the db files as the MD5 checksum has changed, I may move the db files into etc/clamav and copy them in, then fetchclam can update as needed. However I thought that given the current spate of viruses hitting people they maybe wanting the latest version.
2003-09-19Use .CURDIR instead of PKGDIR variable (for pkglint).wiz1-2/+2
2003-09-19Add and enable msmtp.wiz1-1/+2
2003-09-19Initial import of msmtp, an SMTP plugin for MUAs, provided bywiz5-0/+77
Bryan Carter Vyhmeister in PR 22840. and probably other MUAs (mail user agents). msmtp forwards mails to an SMTP server (for example at a free mail provider) which does the delivery. Features include: * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5 * TLS encrypted connections * IPv6 support * robustness * detailed error messages (including the full answer of the SMTP server) if something goes wrong * sendmail compatible exit codes (which most MUAs understand). Simply tell your MUA to call msmtp instead of /usr/sbin/sendmail.
2003-09-19remove the M4 dance, and just set USE_GNU_TOOLS+=m4.grant1-18/+3
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-18Remove two unneeded (exec/unexec) lines from PLIST.wiz1-3/+1
Noted by Jeremy C. Reed in PR 22758.
2003-09-18- Add patch from NetBSD 1.6 branch's changes for parseaddr.c 1.8.2.1-1.8.2.3.taca4-3/+80
- Also bump sendmail version information itself. - bump package revision. BUGS Setting USE_WIDEPATCH=NO breaks the package.
2003-09-18Remove PKGREVISION as base version incremented with sendmail update tomarkd1-2/+1
8.12.10.
2003-09-18update to sendmail 8.12.10.grant3-7/+6
8.12.10/8.12.10 2003/09/24 SECURITY: Fix a buffer overflow in address parsing. Problem detected by Michal Zalewski, patch from Todd C. Miller of Courtesan Consulting. Fix a potential buffer overflow in ruleset parsing. This problem is not exploitable in the default sendmail configuration; only if non-standard rulesets recipient (2), final (4), or mailer-specific envelope recipients rulesets are used then a problem may occur. Problem noted by Timo Sirainen. Accept 0 (and 0/0) as valid input for set MaxMimeHeaderLength. Problem noted by Thomas Schulz. Add several checks to avoid (theoretical) buffer over/underflows. Properly count message size when performing 7->8 or 8->7 bit MIME conversions. Problem noted by Werner Wiethege. Properly compute message priority based on size of entire message, not just header. Problem noted by Axel Holscher. Reset SevenBitInput to its configured value between SMTP transactions for broken clients which do not properly announce 8 bit data. Problem noted by Stefan Roehrich. Set {addr_type} during queue runs when processing recipients. Based on patch from Arne Jansen. Better error handling in case of (very unlikely) queue-id conflicts. Perform better error recovery for address parsing, e.g., when encountering a comment that is too long. Problem noted by Tanel Kokk, Union Bank of Estonia. Add ':' to the allowed character list for bogus HELO/EHLO checking. It is used for IPv6 domain literals. Patch from Iwaizako Takahiro of FreeBit Co., Ltd. Reset SASL connection context after a failed authentication attempt. Based on patch from Rob Siemborski of CMU. Check Berkeley DB compile time version against run time version to make sure they match. Do not attempt AAAA (IPv6) DNS lookups if IPv6 is not enabled in the kernel. When a milter adds recipients and one of them causes an error, do not ignore the other recipients. Problem noted by Bart Duchesne. CONFIG: Use specified SMTP error code in mailertable entries which lack a DSN, i.e., "error:### Text". Problem noted by Craig Hunt. CONFIG: Call Local_trust_auth with the correct argument. Patch from Jerome Borsboom. CONTRIB: Better handling of temporary filenames for doublebounce.pl and expn.pl to avoid file overwrites, etc. Patches from Richard A. Nelson of Debian and Paul Szabo. MAIL.LOCAL: Fix obscure race condition that could lead to an improper mailbox truncation if close() fails after the mailbox is fsync()'ed and a new message is delivered after the close() and before the truncate(). MAIL.LOCAL: If mail delivery fails, do not leave behind a stale lockfile (which is ignored after the lock timeout). Patch from Oleg Bulyzhin of Cronyx Plus LLC. Portability: Port for AIX 5.2. Thanks to Steve Hubert of University of Washington for providing access to a computer with AIX 5.2. setreuid(2) works on OpenBSD 3.3. Patch from Todd C. Miller of Courtesan Consulting. Allow for custom definition of SMRSH_CMDDIR and SMRSH_PATH on all operating systems. Patch from Robert Harker of Harker Systems. Use strerror(3) on Linux. If this causes a problem on your Linux distribution, compile with -DHASSTRERROR=0 and tell sendmail.org about it. Added Files: devtools/OS/AIX.5.2 update provided by Adrian Portelli in PR pkg/22836.
2003-09-17Update to 0.9.6.recht2-5/+5
* A crash bug when deleting currently opened folder has been fixed. * The performance issue of the address book has been fixed. * The behavior of manual signature insertion has been reverted. * A crash bug on startup when a font can't be loaded has been fixed. * The format of MIME boundary has been modified again. * Other minor bugfixes have been made. ok'ed by chris@
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-4/+2
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-16Add a minor note about SSL certificates in the MESSAGE file, as requestedjmmv2-2/+8
in PR pkg/22375.
2003-09-16Sync PLIST with realityagc2-3/+4
Bump PKGREVISION to 2.
2003-09-16Updated to 2.6.8.xtraeme3-7/+8
Patch provided by Adrian Portelli <adrianp@stindustries.net> via PR pkg/22753. Changes: ============================================================================ 2003/08/12 (2.6.8) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4719 Spurious read_fmt_file call ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> ============================================================================ 2003/08/07 (2.6.7) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 4569 Problem with unfolding can mess up boundary processing in multipart messages. 4594 Initial space on lines removed when using fancyquote. ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * Added LANG resource to define locale. Affects resource filename resolution and message subject and author sorting. * readmail.pl updated to define the following special header field keys passed to filter routines: x-mha-content-type The media type of the entity extracted from content-type entity header x-mha-part-number The relative part number of the entity with respect to parent entity. To get the absolute part number, use readmail::get_full_part_number($fields). x-mha-parent-header Reference to parent header fields hash. This, and other data structures, are now mentioned in the MIMEFILTERS resource page. * Text/richtext tag, <samepage>, is quietly dropped in mhtxtenrich.pl.
2003-09-15USE_MILTER no longer needed.markd1-3/+1
2003-09-15Build Milter support in sendmail unconditionally. There is little impactmarkd3-11/+7
if no milters configured and setting is consistent with how the in-tree version is built. Bump PKGREVISION. Closes PR pkg/21010 from Todd Vierling.
2003-09-15Set smrsh CMDDIR for NetBSD to /usr/libexec/sm.bin to match the in-treemarkd2-1/+16
version. From PR pkg/21012 from Jim Bernard.
2003-09-15Fix tyop in mailto(1) man page, per PR 21592 from Cesar Catrian C.agc2-1/+14
Don't bother bumping PKGREVISION for this.
2003-09-15Note the common tls_* options that need to be set in order for the serverjlam2-2/+16
to listen to IMAPS requests.
2003-09-14Update to 3.2.2, based on patch from Adrian Portelli in pkg/22656bouyer3-9/+9
No changes since 3.2.2rc1.
2003-09-13Update mail/cyrus-imapd21 to 2.1.15. Changes from version 2.1.14 include:jlam6-35/+51
* Correct a potential DOS attack in the fud daemon. * Arbitron now works again * Telemetry logging for mupdate * Duplicate Suppression logging for redirect sieve actions * A number of bugs in reconstruct have been fixed. also added the -p and -x options * Better stubbing out of user_deleteacl * No longer log any shutdown() failures * Improved IPv6 support (for systems with two getnameinfo implementations) * Misc Documentation Improvements
2003-09-13Don't install unpatched (*.orig) files leftover from the patch process.jlam1-1/+4
2003-09-13Bump package revision after revision of "fetchmail" package was bumpedtron1-1/+2
which also fixes the broken dependency. (hi, grant!)
2003-09-13Some platforms have feeble install tools that can't take more than onejlam1-7/+9
file at a time. Also some minor clean-ups.
2003-09-13Add IMAP_UW_MAILSPOOLHOME (analogous to PROCMAIL_MAILSPOOLHOME). Tokim3-2/+34
default user mailboxes to their home directory, specify the name of the mailbox file.
2003-09-13* Provide a default SPAMASSASSIN_USE_SSL?=NO.jlam1-63/+61
* Use ALL_TARGET appropriately instead of using a post-build target. * Get rid of DEPTHFIRST* variables and do the "depth-first" listing by using a reverse sort instead. * Get rid of extra shell processes. * Tabify.
2003-09-13Move the perl dependency a little higher to be with all of the otherjlam1-2/+3
dependencies.
2003-09-13INSTALL_TARGET is now "install" again after rev. 1.19 of perl5/module.mk.jlam1-6/+2
2003-09-13Catch up with INSTALL_TARGET changes in perl5/module.mk. INSTALL_TARGET isjlam1-4/+6
now set to "pure_install" in perl5/module.mk, so we need to append the additional target "inst_cfs" that is normally invoked by the "install" target in ${WRKSRC}/Makefile.
2003-09-13Reorder some lines to make the Makefile layout more standard and fix somejlam1-10/+8
whitespace.
2003-09-13Instead of using PKG_SYSCONFBASE, substitute with PKG_SYSCONFDIR for thejlam1-3/+3
full /etc/mail/spamassassin. This is more precise.