summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2003-06-09Downgrade to 1.49 due to problems where sanitizer delivers empty messages.kim3-9/+6
2003-06-08style: we use 2 spaces for indenting blocks.grant1-6/+6
s/echo/${ECHO}/
2003-06-08drop some unneeded parens, whitespacegrant1-4/+4
2003-06-08Upgrade to 1.60:kim2-5/+5
Minor update to MIME type checking rules, to allow more legal MIME types. Made the multipart detection code less aggressive, in small text messages it would mistake common ascii-graphic signatures for message boundaries and mess up the parsing quite badly. Made the filename checker check ALL possible file names against each rule, instead of just checking the "default" one. If feat_mime_files is set, then the default file-name for that mime type will be checked as well. This is a major improvement to security, but requires that filename rules are ordered so that that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules. Made the sanitizer read /etc/mime.types (if it exists) to generate a more complete list of default filenames for unnamed parts.
2003-06-08- include patch from SA CVS repository to fix a bug with 'spamassassin -r'heinz3-4/+18
learning a message without Message-Id as ham (see bugzilla #2030) - depend on p5-IO-Socket-SSL>=0.92 because of bugs in earlier versions - bump revision
2003-06-07Avoid hardcoding /usr/pkg in patch files.jmmv3-8/+8
Do the "dynamic" substitution in the pre-configure target instead of post-patch so that patches can be generated properly after a "make patch".
2003-06-07Avoid hardcoding /usr/pkg in patch files (CFLAGS and LDFLAGS contain thejmmv5-11/+30
right flags, so there is no need to add -I and -L flags by hand). Honour PKG_SYSCONFDIR. Bump PKGREVISION to 2.
2003-06-06Update sylpheed to 0.9.2, from email on sylpheed list:chris2-5/+5
(Note: this includes the fix of a serious bug, so I'll recommend upgrading for 0.9.0 and 0.9.1 users (the older version doesn't have the bug).) Changes: * The bug that removed messages from server if "Don't receive" action is specified by the filter rule has been fixed. * The bug that caused abort when a button is double-clicked on some dialogs has been fixed. * A warning that was displayed when address book was empty has been fixed.
2003-06-05Use MASTER_SITE_DEBIAN.jmmv1-3/+2
2003-06-02Make this compile on NetBSD again. Fixes PR pkg/21757.kim2-6/+21
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma44-88/+88
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-31Add & enable gnus.uebayasi1-1/+2
2003-05-31Initial import of Gnus 5.10.2.uebayasi6-0/+528
This is a stand-alone version of Gnus mail / news reader package running on GNU Emacs. This package is supposed to catch up to newer versions of Gnus than found in GNU Emacs distributions. Provided by Love Hoernquist-Astrand <lha at netbsd dot org>.
2003-05-31Update etach to 1.2.9. Changes since 1.2.6:jschauma2-5/+5
1.2.9 Documentation update. (Note: Include the word "etach" somewhere in the "Subject:" line of any email sent to the author or your message may be discarded by the mail filter.) 1.2.8 Changed documentation strings to better conform to "Tips for Documentation Strings" in GNU Emacs Lisp Reference Manual per suggestion by rms. 1.2.7 Changed the detachment-default-directory portion of the mime-decode algorithm to treat DOS/Windows drive letter prefixes (e.g., "C:") as valid starts of absolute path names. This addresses a couple of Windows user requests. Added user-customizable variable "etach-write-text-files." This addresses a user request. Adapted the comment marks (semicolons) to convention.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Update sylpheed to 0.9.1, main changes are:chris2-5/+5
* The bug in handling folder names which include '+' in IMAP4 modified UTF-7 conversion has been fixed. * The wrong parsing of message/rfc822 parts in multipart messages has been fixed. * Several bugs of auto signature replacement has been fixed. * A bug that didn't hide user string in the Action dialog has been fixed. * Socket I/O timeout interval is now configurable.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-26Updated cyrus-imapd to 2.1.13martti2-10/+10
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
2003-05-26Updated cyrus-imapd to 2.1.13martti4-21/+21
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
2003-05-25Update Sylpheed to 0.9.0, too many new features to list, see the Changelog.chris3-7/+8
Fixes PR pkg/21579
2003-05-25Remove commented out PKGREVISION line.taca1-2/+1
2003-05-25Update postfix to 2.0.10.taca2-9/+9
- Ugly but harmless warnings from nqmgr after "postsuper -r" to requeue files that already had some recipients delivered. - The proxy_read_maps parameter did not recognize "," as separator. - The local delibery agent now defers delivery after .forward etc. file read error. - The message_size_limit was applied when running "newaliases", so that the result alias database could be truncated on systems with very small message size limits. The official release changes for bugfixes and portability issues only.
2003-05-24- Update MASTER_SITES and HOMEPAGE.taca1-3/+3
2003-05-22Update spamassassin to 2.55abs13-198/+184
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-21Updated the IPv6 patch. IPv6 support is activated by settingmartti3-34/+23
POSTFIX_USE_INET6=YES in /etc/mk.conf before building this package.
2003-05-18whitespacecjep1-2/+2
2003-05-18delintcjep1-3/+3
2003-05-17Update to 7.15jtb2-8/+15
* Makefile: Use '>' instead of '>>' on first write to vm-autoload.el to truncate the file otherwise it will grow each time it is updated. * vm-mime-attach-message: arrange for forwarded flag of each attached message to be set when the composition is sent. * vm-decode-mime-encoded-words: do charset conversion if needed. Forgot to add this back when vm-mime-charset-converter-alist was added. * when cropping images call 'convert' with -page to avoid having some kind of margin takcked on to the image. The strange margin seems to be applied to GIFs but not JPGs. No idea why. * fixed some defcustom variable declarations. * vm-mime-reader-map-save-file: return the file name to which the object was saved. * vm-mime-burst-digest: remove blank lines at the beginning of message/rfc822 bodies in a multipart/digest object, since they most likely indicate an improperly packed digest rather than a message with no headers. * vm-make-tempfile: use vm-octal to clarify file mode setting. * vm-make-image-strips: when building the script for incremental display, don't quote the filenames. DJGPP cmdproxy.exe doesn't interpret single quotes and using double quotes is pointless. VM's arguments to 'convert' don't need quoting anyway. * use vm-pop-check-connection to check POP connections before trying to read data from them. The checker will signal an error if the connection is closed or the process associated with the connection has exited. * use vm-imap-check-connection to check IMAP connections before trying to read data from them, The checker will signal an error if the connection is closed or the process associated with the connection has exited.
2003-05-17upgrade to 20030421. string manipulation audit and other small changesitojun2-6/+6
2003-05-16Upgrade to 1.59, numerous bug fixes, please see:kim3-42/+9
http://mailtools.anomy.net/CHANGELOG.sanitizer.txt
2003-05-16type: last -> leastmason1-2/+2
2003-05-14Add dovecot.salo1-1/+2
2003-05-14Import of dovecot-0.99.9.1: Secure IMAP and POP3 server.salo7-0/+230
Dovecot is a secure and compact IMAP/POP3 server which is in the early stages of developement. It supports Maildirs and mbox formats and much of the IMAP v4 protocol including SSL/TLS. IPv6 support is also included. Package provided by Juan RP via pkgsrc-wip with modifications by me.
2003-05-12Update exmh package from 2.5 to 2.6.3.agc4-11/+11
Requested by Steve Bellovin in PR 21507 Changes from previous version: 2.6.3 fixes a UI pause problem introduced in 2.6 2.6.2 bug fixes 2.6.1 generalised sequence handling - replace the "unseen" window with a sequences window, and add a Sequence menu. - display number of unseen messages in folder cache 2.6 Add a Sequences menu, and internal overhaul of sequence handling
2003-05-09Make work with netbsd libkrb that might require roken and com_errlha1-1/+4
Fixes PR: pkg/21505
2003-05-07Let mini_sendmail recognize the `-oi' option, as it does for `-i', so itjmmv5-17/+25
can work with send-pr. Bump PKGREVISION to 3.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv38-89/+89
2003-05-05Line up PKGREVISION whitespace.jmmv4-8/+8
2003-05-03fix unassociated shell command bug in Makefiledmcmahill1-3/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz24-44/+48
dependency bumps.
2003-05-02Add and enable sigrot.jmmv1-1/+2
2003-05-02Initial import of sigrot, version 1.2:jmmv4-0/+50
Sigrot rotates your .signature file every time it is run. It includes an option for a non-rotating header and/or footer with a rotating middle. Provided in pkgsrc-wip by drue@users.sf.net.
2003-05-01Move the example mailer.conf file to the examples directory.jmmv3-9/+12
Bump PKGREVISION to 2 (and fix PKGNAME).
2003-05-01Move the example mailer.conf file to the examples directory.jmmv3-9/+11
Bump PKGREVISION to 4.
2003-05-01- Move all "share" files to share/examples/postfix; all of them are usedjmmv10-85/+105
as samples, either by the user or by bsd.pkg.install.mk. - Correctly handle configuration files, that is, avoid touching the conf directory directly. - Use OWN_DIRS to handle the spool directory. - Run post-install through an INSTALL script. - Sort PLIST after all these changes. - Bump PKGREVISION to 1.
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv2-8/+19
2003-05-01Update to 3.29 (version extracted from CVS id of main file):jmmv4-31/+30
* mailserv: Fixed bug in displaying send my commands now button. While here, make this package honour PKG_SYSCONFDIR.
2003-04-29Update to version 7.14.jtb2-5/+5
VM 7.14 released (27 March 2003) * moved (provide ...) to bottom of .el files. * Made the vm-undo command undo everything the last command did. E.g. vm-undo after vm-kill-subject undoes all of the related deletes instead of just one of them. vm-undo-boundary is only called from vm-add-undo-boundaries now. vm-add-undo-boundaries is called from post-command-hook. VM 7.13 released (19 March 2003) * '(vm-marker -> (vm-marker in vm-mime-parse-entity. VM 7.12 released (14 March 2003) * vm-pop-make-session: use new stunnel configuration code introduced in VM 7.11. This was only installed in vm-imap-make-session previously. * create MIME layout from plist instead of using a raw vector. The layout struct is still a vector. * save original layout when doing a layout conversion so that if the object needs to be deleted we still ahve the correct object endpoint in the folder buffer. In the old code the endpoints in the converted object buffer would be used in the folder buffer with disastrous results. VM 7.11 released (5 March 2003) * fixed check for usability of uncompface's -X flag, needed symbol to be unquoted. * fixed check for stunnel 4, check for non-zero exit code instead of string, moved check to the time when stunnel is first run. * vm-stunnel-configuration-args: fixed reversed v3/v4 logic. * vm-stunnel-configuration-file: reuse the stunnel configuration tempfile. * vm-parse: fourth arg limits the number of matches before returning. * vm-parse: after we quit matching add everything after the last match to the list that is returned, but do this ONLY if the fourth arg 'matches' was specified. * compute POP cache filenames based on the POP mailbox spec with the password as an asterisk. This prevent visiting the wrong file if the user has the password in the spec and later changes their password. Automatically migrate the old password-based cache files to the new scheme as we go. * vm-pop-make-session: parse POP mailbox spec in a way that permits colons in the user's password. * install .el files before .elc files to avoid "source file newer than compiled file" problems. * added ] to char class exclusion in mailto spec in vm-url-regexp to help with MS EXchange's [mailto:foo] syntax. VM 7.10 released (5 March 2003) * vm-menu-url-browser-menu: add third element to clipboard and Konqueror entries--- VM's menu code under GNU Emacs requires it. * treat device-type `gtk' like `x' under XEmacs so that VM running on GTK-XEmacs will use window system features. * vm-imap-move-mail: set use-body-peek after retrieving the CAPABILITY results. (oops) * Makeflie: default install target now installs the .el files. * added support for version 4 of stunnel. VM 7.09 released (3 March 2003) * New variables: + vm-mime-forward-local-external-bodies * vm-mime-fsfemacs-encode-composition: if object is in a buffer, write the buffer out to disk and insert the file contents instead of copuying buffer to buffer. This avoids the trademark \201 data corruption. * vm-su-thread-indent: check for vm-summary-show-threads non-nil before calling vm-th-thread-indentation. * vm-summary-compile-format-1: added %(..%) format groups. * don't forward Content-Length header. * use results of CAPABILITY command to check for authentication methods before trying to use them. * use results of CAPABILITY command to decide whether to use BODY.PEEK vs. RFC822.PEEK. * vm-mime-attach-object-from-message: move window point to beginning of the line after the inserted attachment if the compositoin buffer is being displayed in a window. * vm-mime-parse-entity-safe: set c-t-e to "7bit" if it is nil. * vm-mime-fetch-url-with-programs: erase the work buffer between tries of various URL fetch programs; this handles the case where an URL fetcher outputs part of the data and then dies. * added support for the `fetch' and `curl' URL fetch programs for message/external-body. * vm-mime-fsfemacs-encode-composition: call vm-mime-parse-entity twice for already MIME'd objects. vm-mime-xemacs-encode-composition similarly modified. * vm-mime-fsfemacs-encode-composition: don't automatically base64-encode non-composite non-text objects that already have MIME headers. Use vm-mime-transfer-encode-layout on them instead to produce the correct encoding. vm-mime-xemacs-encode-composition similarly modified. * dropped support for url-w3 retrieval method. It's interface too crusty to continue using given the wide availabity of external programs that do the job. * vm-mime-display-internal-message/external-body: pulled retrieval guts out and put into vm-mime-retrieve-external-body. * added support for simple image manipulations, supported by Imagemagick's `convert' program. Use mouse button 3 on an image to see what you can do. * added Konqueror to vm-menu-url-browser-menu. * added option to send to the X clipboard to vm-menu-url-browser-menu.
2003-04-29Update poppassd package to 4.0.5nb1.taca3-5/+6
Fix security problem, local root exploit. It is no need to install poppassd as setuid. Noted on bugtraq mailing list. http://www.securityfocus.com/archive/1/319811/2003-04-26/2003-05-02/0
2003-04-28Update mimedefang to version 2.33markd3-12/+12
Major changes from 2.32 to 2.33: The syslog facility can be changed easily. MIMEDefang deletes all but the first of multiple Content-Type: headers. MIMEDefang adds a Received: header when resending messages. Major changes from 2.31 to 2.32: Support for Central Command's Vexira virus-scanner. Support for Sendmail's rcpt_mailer, rcpt_host and rcpt_addr macros. Other minor bug fixes Major changes from 2.30 to 2.31: support for FPROTD scanner. support for Symantec CarrierScan Server virus scanner. Added remove_redundant_html_parts() to delete HTML parts if a corresponding text/plain part is present in the message. Speed ups