summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-11-30* Take maintainership.uebayasi1-9/+6
* Run s|/usr/local|${PREFIX}|g substitution during configure stage, since it refers ${PREFIX} expanded.
2004-11-30Back out previous.uebayasi3-16/+17
2004-11-30Replace mail/mew (not mail/mew3) with Mew 4.1, as I intended.uebayasi3-20/+41
2004-11-29Don't overwrite $pidfile if the command is "status" or "stop".xtraeme1-2/+2
2004-11-29Fix typo, it's BEFORE mail not postfix.xtraeme1-2/+2
2004-11-29Update mail/mew to 4.1, obsoleting mew 2.x/3.x.uebayasi3-17/+16
This is a major update. Changes since 3.x are: * Summary mode format - Parts of message bodies are displayed. - Message number disappeared. - "=" displays its message number. - Refile information overrides its body part in Summary mode. - 'mew-scan-form*' is now 'mew-summary-form*'. - "j" now jumps to a message with line number instead of its message number. - You can still pack messages by "O" in a local folder. * A new mark scheme - Marks are preserved even if Emacs is terminated. - The unread mark 'U' is introduced. - The multi mark '@' is obsoleted. - To handle multiple messages, use the target mark '*'. - To preserve the target mark '*', use the escape mark '$'. - You can create Virtual mode for unread messages by "C-um/" + 'U'. * Summary mode - Refile information is logged. See "Mail/Refilelog". - You can pick or grep for a region as well as the entire folder. ("?" and "'") - You can rename and remove folders. ("Rd" and "Rr") * Message mode - If To:/Cc: contains many addresses, they are covered with a invisible veil except the first four lines. To toggle the veil, type "zv". * Virtual mode - You can pick or grep if the Virtual mode is created of a one physical folder. - You can make a thread if the Virtual mode is created of a one physical folder. * Draft mode - You can complete addresses even if they have the same user name. See 'mew-use-full-alias'. - Fixing a bug of 'mew-make-message-hook' so that ispell-message works. * IMAP - A new name space. You can omit the unnecessary prefix, "inbox."! - Fcc: %backup - Invalid cache messages are marked with "#". - Invalid cache messages can be created even online (by "x"). - IMAP messages are cached with the same UID number. - Transition mechanism from POP to IMAP is provided. M-x mew-summary-from-local-to-imap copies messages on a local file system to an IMAP server. * NetNews - NetNews articles are now gained access by article numbers instead of Message-Id:. Articles are cached with the same article number. * Spam filter - Mew side filtering when scanning/retrieving. See 'mew-inbox-action-alist'. - Mew side filtering by a command. ('"') - IMAP server side filtering. See 'mew-imap-spam-field'. - Learning as spam or ham. ("ls" and "lh") * Network - POP/IMAP/SMTP/NNTP preserves its status even if its connection is lost by accident. * Other - "mewls" is now called "mewl" so that both "mewls" or Mew 2/3 and "mewl" for Mew 4 co-exist.
2004-11-29Reset maintainer on his request.wiz1-2/+2
2004-11-29Update to 3.2.3.xtraeme2-5/+5
Version 3.2.3 is a maintenance release and contains corrections to v3.2 only. BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages BUGFIX: Signature is not written to multipart blocks with no content type BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 BUGFIX: Bayesian Noise Reduction is never instantiated
2004-11-29Overhaul ja-mh package, update to ja-mh6-3.05.taca25-272/+241
- Based on mh-6.8.4-JP-3.05 + four official patches. - Update MASTER_SITES and HOMEPAGE. - make vmh(1) build again. - specify proper link option; build again after introduce of "toolchain wrappers." - improve patch to concat.c. Great thanks to Masanori Mikawa on tech-pkg-ja.
2004-11-29Update to 0.31. Fix HOMEPAGE (moved).tv3-15/+10
Notable changes (no changelog to speak of): - added srsc command line client to srsd - fixed upper/lower case comparisons in domain matching
2004-11-28Update to latest CPAN version, 5.145:wiz2-9/+8
2004-10-27 David F. Skoll * VERSION 5.415 RELEASED * Fixed parsing of paramater="" in headers, and fixed case where multipart boundary is "" 2004-10-06 David F. Skoll * VERSION 5.414 RELEASED * Remove MIME::QuotedPrint 3.03 as a dependency and add MIME::Base64 3.03 instead. * Check return values of I/O operations like open(), close(), etc. and die if they fail. Problem reported by Mark Martinec. 2004-09-15 David F. Skoll * VERSION 5.413 RELEASED * Fix some $VERSION = xxx assignments that were broken; make sure VERSION shows up as 5.413 everywhere. Sorry about that! 2004-09-09 David F. Skoll * VERSION 5.412 RELEASED * Recognize "binhex40", "mac-binhex" and "mac-binhex40" Content-Transfer-Encodings. * Filer.pm: Be much more strict in evil_filename, allowing only a set of known good characters. 2004-09-08 David F. Skoll * Skip BinHex decoding if prerequisite modules not installed. * Fix BinHex decoder so it encodes correctly; regression test for BinHex encoding now passes. * Require MIME::QuotedPrint 3.03 or newer. * Rename variable "$jkfis" to "$how_encoded" * Correct attribution of changes in changelog. * Correct bad regexp test for "bad PDF" files. 2004-09-07 David F. Skoll * lib/MIME/Parser/Filer.pm (evil_filename): Make evil_filename more paranoid (Julian Field and Martin Blapp) * lib/MIME/Parser/Filer.pm (exorcise_filename): Delete leading and trailing whitespace (Julian Field) * Remove all the Benchmark code (Martin Blapp) * lib/MIME/Decoder.pm: Add support for BinHex encoded attachments (Julian Field) * lib/MIME/Decoder.pm: Require MIME::QuotedPrint 3.03 or newer for correct decoding of binary attachments. (Alexey Kravchuk) * lib/MIME/Decoder/QuotedPrint.pm: Attempt to deal sanely with PDF files encoded using quoted-printable encoding by Outlook, which does not follow the RFC guidelines. (Martin Blapp) * lib/MIME/Field/ParamVal.pm: Deal with RFC2231-encoded parameters. * lib/MIME/Head.pm: Correct "7-bit", "7 bit" and "7_bit" to 7bit; likewise for 8bit lookalikes. (Martin Blapp) * lib/MIME/Parser.pm: Add max_parts method to limit maximum number of MIME parts we are willing to parse. * DSKOLL took over maintainership of MIME::tools at version 5.411a.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam2-4/+4
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28update to cyrus-imapd-2.2.10.recht13-119/+78
Patch by adrianp@. While at it also make it build on OSX. Changes to the Cyrus IMAP Server since 2.2.9 Fix 0 termination in mysasl_canon_user. Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015). Changes to the Cyrus IMAP Server since 2.2.8 Change ACLs correctly when renaming a user Do not abandon std{in,out,err} file descriptors; syslog assumes it can use stderr if syslogd isn't running. Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011) Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012, CAN-2004-10 13) Do not attempt to reuse a freed connection in lmtpproxyd. Allow login without authentication with -N switch in proxyd. Fix use of xrealloc and fold pointers in lmtpengine.
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Migrate ruby-tmail to use new framework for Ruby packages.taca2-8/+4
2004-11-27update for DIST_SUBDIR=pearjdolecek1-3/+3
2004-11-27Correct my e-mail address.tron1-2/+2
2004-11-27Use HOMEPAGE provided by lang/php/pear.mkjdolecek1-2/+1
2004-11-27Update ripmime to 1.4.0.2. Add man page for ripmime.reed4-22/+37
Note that the PKGMANDIR usage is from my pkgsrc that I plan to commit sometime. The ripMIME CHANGELOG is too long to include here. Many bug fixes.
2004-11-27Update MAINTAINER email.wiz1-2/+2
2004-11-26add "reload" which exim supports.grant1-1/+2
2004-11-26whitespace fixesgrant2-9/+8
2004-11-25Update to 0.06. Changes from 0.03:tv2-5/+5
0.06 Thu Nov 25 20:30:00 2004 UTC - fixed Mail::Milter::Chain where second and subsequent RCPTs were not being rejected properly - fixed Mail::Milter::Wrapper::DeferToRCPT where a reject at envfrom was propagated as-is to further envfroms on the same session (should be per-envfrom only) - added Mail::Milter::Module::ConnectASNBL - added Mail::Milter::Wrapper::DecodeSRS - fixed parsing of AS_SETs in the AS list returned from the DNSBL - added Mail::Milter::Module::MailDomainDotMX 0.05 Thu Apr 15 19:15:00 2004 UTC - fixed Mail::Milter::Module::*DNSBL to return a descriptive 451 error on a temporary DNSBL failure - fixed Mail::Milter::Module::MailDomainDNSBL not to break on <> sender (would cause a query beginning with a dot) 0.04 [withdrawn due to <> bug fixed in 0.05, above] - added modules Mail::Milter::Module::ConnectDNSBL Mail::Milter::Module::HeloRegex Mail::Milter::Module::MailDomainDNSBL Mail::Milter::Module::VirusBounceSpew - changed Mail::Milter::Wrapper::DeferToRCPT to intercept normally 554 SMTP response codes (not valid for RCPT per RFC2822), and replace them with 550 (which is valid, ibid.).
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-22/+77
drac mysql pgsql ldap apop vpop tcpd inet6 # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX POP_WITH_DRAC # XXX TEAPOP_WITH_MYSQL # XXX TEAPOP_WITHOUT_APOP # XXX TEAPOP_WITHOUT_VPOP
2004-11-25Default PTHREAD_AUTO_VARS to the safer value of "no". Most packagesjlam1-2/+1
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
2004-11-25Add permit_mynetworks to smtpd_recipient_restrictions.xtraeme1-2/+3
2004-11-25Changes 2.2.6:adam7-31/+33
- fixed MBOX driver over NFS problem. - use ISO-2022-JP for composing Japanese messages. - yet more exceptions caught. - S/MIME support. - improved identity selection and address book completions. - IMAP optimizations.
2004-11-25The gld.conf file contains important data, use CONF_FILES_PERMS 0740xtraeme1-2/+3
${BINWON}:${GLD_GROUP}.
2004-11-25English language tweaks, from Gendalia@.xtraeme1-2/+2
2004-11-25+ gldxtraeme1-1/+2
2004-11-25Initial import of gld-1.4 into the NetBSD packages collection.xtraeme7-0/+141
Gld is a standalone greylisting server for Postfix SMTP, it listens on a TCP port and use MySQL for storing data. The server supports whitelists based on sender,sender_domain and client_ip, it supports also light greylisting and DNS white lists.
2004-11-25Remove -g from compilation flags.xtraeme1-1/+3
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-11-21gcc 2.95 has problems with K&R prototypes for varargs functions.kristerw2-1/+15
Change it to a ISO C prototype.
2004-11-21Update to 1.0.0beta3:jmmv2-6/+5
* 1.0.0beta3 * The Japanese JPilot address book has been supported. * Back scrolling on Shift/Alt and Space key press has been enabled. * Attached text files are now canonicalized before encoded to BASE64 to conform with RFC 2045. * The optimal Content-Transfer-Encoding will be used when attaching text files. * The icons of the receive dialog have been modified. * Mozilla Firefox has become a default web browser. * The auto-expanding status bar has been fixed. * 1.0.0beta2 * don't move or delete immediately at local filtering when immediate execution option is off. * 'Empty trash' has been added to the folder context menu. * 'Remove mailbox' has been removed from the folder context menu. * 'File' menu in the main menu has been reorganized. * AND/OR matching option has been added to the summary search dialog. * APOP setting became a separate option for POP3. * 1.0.0beta1 * Icons are added to the alert dialog and filter edit dialog. * Cc is added for the parameter of templates. * The menu of composition window has been reorganized. * Gettext has been upgraded to 0.14.1. * Some minor bugs of filtering have been fixed. * 0.9.99 * The new filtering system, which has many new features, has been implemented. * The handling of 'New' flags for messages has been modified. * The spool path setting can now take both file and directory. * Invalid URIs used by DnD has been fixed. * Other bugfixes have been made.
2004-11-19Update of mail/nail to 11.17. Changes:cjep2-5/+5
[11.17] released 11/18/04 * When the 'write' command was used to save attachments in releases after 11.14, the output file was not properly closed. Since writes to that file are buffered, data was only completely written when nail was quit.
2004-11-19Update of mail/nail to 11.16. Changes:cjep2-5/+5
[11.16] released 11/18/04 * When a header field line that started and ended with a MIME encoded word followed a line that ended with a MIME encoded word, the newline character preceding the next header field was erroneously omitted when a message was displayed since version 11.14. * If a header fields contains a MIME encoded word and a large string of ASCII characters at another point, the large string is encoded as multiple encoded words to comply to RFC 2047. * The pipe-type/subtype mechanism did not work for MIME contents other than text/anything since release 11.14 (Bugreport by Bob Tennent). * When S/MIME support was built using Mozilla NSS, the verification of an encrypted message that had not yet been downloaded from an IMAP or POP3 server failed at the first attempt. * Previous versions refused to write messages or attachments to /dev/null on some Solaris versions. * If the 'from' variable is set to an address that does not contain an '@' character, no (syntactically incorrect) Message-ID is generated anymore.
2004-11-18Apply some minor tweaks to get this package compiling with SunPro and possiblysketch6-1/+73
other non-gcc compilers.
2004-11-18Update spamprobe to 1.0a, patch sent via IRC by the maintainer.hubertf2-6/+5
Changes: * MimeLineReader.cc: 1.0 branch - fixed MBX record header regex * spamprobe.cc (main): Added exec and exec-shared commands. (import_words): modified import command to allow negative values to be specified in the import file. * Applied patches for configure.in and aclocal.m4 contributed by Siggy Brentrup for debian compatibility. * FrequencyDBImpl_pbl.cc: Invokes new WordData methods to allow storing data in big endian format. * WordData.h: Added optional support for storing counts/flags in big endian order for data portability. * MimeLineReader.cc (readMBXFileHeader): UW IMAP MBX file format is now auto detected from the first line of the mailbox file. * spamprobe.cc (process_extended_options): Removed -o imap-mbx option. * spamprobe.cc (process_extended_options): Added -o imap-mbx option to process files as WU-IMAP MBX files rather than mbox files. * MimeLineReader.cc (readLine): Added support for WU-IMAP MBX file format. * spamprobe.cc (process_stream): Added -o tokenized option to allow people to use an external tokenizer with spamprobe. * SpamFilter.cc (scoreToken): Reduced sorting overhead by pre-computing and integer sort value with sorting priorities reflected in the value. This eliminates several calculations inside of the sort routine. * SpamFilter.cc (computeRatio): Capped ratios in calculations to within MIN_PROB and MAX_PROB. Widened that range. This avoids problems with div/0 and makes it easier to sort terms. * spamprobe.cc (dump_words): dump command can now optionally accept a regular expression as an argument and will only dump terms matching the regular expression. (purge_terms): Added purge-terms command to purge from the database all terms matching a regular expression. * spamprobe.cc (main): Fixed bug in command line processing. Thanks to Jem for bug report. * spamprobe.cc (train_on_message): Code simplified. Eliminated redundant recalculation of scores. (train_on_message): Timestamps are now longer updated by train-spam and train-good commands. They are still updated by train command. (main): Fixed assertion if -P option is specified in a read only operation. * spamprobe.cc (main): Added -C command line option to allow users to specify their own min word count. * SpamFilter.cc (SpamFilter): Set default minimum word count back to 5 (was 3). * spamprobe.cc (process_extended_options): Removed "alt-score" from -o options list because it distributes scores poorly. New formula achieves the same end with better accuracy. Added "orig-score" option to allow people to continue using the old formula. Added "honor-xstatus-header" option for people whose mail server uses X-Status: rather than Status: for the deleted flag. (main): Added -l command line option to allow people to set their own spam threshold if they don't like the default value. * SpamFilter.cc (scoreMessage): Added a new scoring formula based on Paul's but taking the nth root of spam and good probabilities to produce more evenly distributed scores. Lowered the spam threshold to 0.6 to keep accuracy about the same as the original formula. Highest score seen for a ham so far in tests is 0.44 so 0.6 seems safe. Made the new formula the default instead of Paul's.
2004-11-17Only imap/mupdate needs to be build with pthreads support, so selectivelyjlam3-2/+44
enable it via patches for just that one program.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme9-130/+9
PKG_OPTIONS.<pkg>+= foo blah
2004-11-17Remove obsolete variables POSTFIX_*, use PKG_OPTIONS.postfix.xtraeme1-33/+1
Ok'ed jlam@
2004-11-17Remove obsolete variables POSTFIX_*, use PKG_OPTIONS.postfix. ok'ed jlam@xtraeme1-31/+1
2004-11-17Instead of checking every BDB type, just use the *.${BDB_TYPE} variablesjlam1-15/+3
that contain the correct values of CPPFLAGS, LDFLAGS, and LIBS.
2004-11-17Define GNU_CONFIGURE before USE_LIBTOOL, so the check for _OPSYS_MAX_CMDLENxtraeme1-2/+2
defined in mk/platform/${OPSYS}.mk is not skipped.
2004-11-17Remove unneeded pthread.buildlink3.mk. Cyrus IMAP itself doesn't usejlam1-2/+1
threads, and any dependencies that need it will include it themselves in their own buildlink3.mk files.
2004-11-16- Update mailsync from 4.4.4 -> 5.2.1adrianp6-69/+110
- Lots of changes and bugfixes - see NEWS file for full details - In brief: * Simulate option * completely reengineered: - really object oriented - grouped sources together that belong together - simplified a lot of things
2004-11-16Updated squirrelmail to 1.4.3anb1 (pkg/28328 by IYODA Atsushi)martti4-3/+37
There is a cross site scripting issue in the decoding of encoded text in certain headers. SquirrelMail correctly decodes the specially crafted header, but doesn't sanitize the decoded strings. http://article.gmane.org/gmane.mail.squirrelmail.user/21169