summaryrefslogtreecommitdiff
path: root/mail/procmail
AgeCommit message (Collapse)AuthorFilesLines
2011-10-31The infinite loop noted in PR#30999 is cause by inlining functions onsbd2-11/+5
any system, so inline functions should alway be disabled.
2010-01-27Basic destdir support. From Steven Drake.joerg4-25/+98
2010-01-21Added LICENSE information.heinz1-1/+2
2009-07-18Changet getline() to get_line()smb6-3/+59
2009-06-12Removed redundant .gz suffix for man pages.rillig1-7/+7
2008-03-16Support PKGMANDIR.tnn2-7/+16
2008-02-08Add MAKE_JOBS_SAFE=no.gdt1-1/+3
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-4/+4
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-01-08Fix errno.joerg2-1/+14
2005-12-23Apply hack noted in PR pkg/30999 -- turn off inline functions whenjlam2-2/+12
compiling in order to fix an infinite loop error on Solaris. Bump the PKGREVISION to 2.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-01-20Bump pkgrevision (to procmail-3.22nb1), for simonb's memory allocationlukem1-1/+2
fix in patch-af. Without that patch, the example procmail rules in spamprobe's manual page will cause procmail to eat your mail, so we should make it obvious...
2004-01-11Pass the size to be reallocated to realloc(), not the address of thesimonb2-1/+15
size(!). Fixes "Out of memory as I tried to allocate N bytes" messages that I've been seeing.
2004-01-06UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG buildabs1-1/+2
2004-01-05bl3ifyjlam1-3/+5
2003-11-03Change maintainer to myself.kim1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-20Make this use ${CHMOD} rather than 'chmod', which may be in differentjschauma3-9/+19
locations (and thus not even in the PATH), depending on the platform. This partly adresses PR pkg/19804.
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-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-05-23Add support for "${PKG_SYSCONFDIR}". The changes were contributed bytron2-6/+12
Julio Merino in PR pkg/16956.
2001-11-08Update to 3.22.bouyer3-12/+13
Changes to procmail: - Regression bugs from 3.20: - Broke compilation with K&R compilers - procmail -p -m was overridding PATH - maildir delivery included garbage in filenames - Mismatched HOST in last rcfile didn't discard the message - COMSAT wasn't turned off by an rcfile on the command line - Catch overly long command line variable assignments - If a command expansion is truncated, set PROCMAIL_OVERFLOW and don't trim trailing (really middle) newlines - If the comsat host can't be resolved, set COMSAT to "no" Some fixes to the man pages More paranoia: start to use strlcpy() Generate safe temp and maildir filenames when the hostname contains / or : by mapping them to \ooo I've also seen corrupted From lines (missing F) when I upgraded to 3.21. Someone reported in the Esd-l mailing list (see http://www.spconnect.com/pipermail/esd-l/ for archives) that 3.22 solved the problem for him.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-06-30Update to 3.21. Changes:wiz2-5/+6
- Incorrect prototype broke compilation on Tru64 UNIX - INCLUDERC was broken by trying to be fancy and not fully succeeding when support for multiple -a options was added Also set USE_BUILDLINK_ONLY.
2001-06-29Update to 3.20. Changes since last version (3.15.1):wiz3-10/+10
Changes to procmail: - SECURITY: don't do unsafe things from signal handlers: - ignore TRAP when terminating because of a signal - resolve the host and protocol of COMSAT when it is set - save the absolute path form of $LASTFOLDER for the comsat message when it is set - only use the log buffer if it's safe - Support LMTP for delivery mode (not enabled by default) - Preliminary support for using mmap() for `large' messages (this doesn't work yet) - SWITCHRC=zero-length-file didn't always abort the current rcfile - A race to create the mailspool would bounce one of the messages due to an internal error - LC_ in KEEPENV would preserve only the first LC_foo variable - Strip runtime linker variables (LD_*) from environment on all platforms - Drop duplicate and malformed environment entries - Multiple -a options will now set $2, $3, etc - Command line assignments to INCLUDERC and SWITCHRC no longer have any effect - Worked around AIX 4.3.3 xlc compiler (incorrect file-scope variable initialization) - When delivering to a maildir, don't force the message to end with an empty line - Be more paranoid about leaking information between recipients - Unset LOCKFILE if we can't actually lock it - Set MAILDIR to '.' if the chdir fails - LASTFOLDER was sometimes set by '?' conditions - Buffer the log more efficiently - Use the `standard' format for maildir filenames and retry on name collision - Rename by linking to prevent lossage Changes to lockfile: - Include the system mailbox lockfile path in the -v output - Resist attempts to use a setuid lockfile command - Fix infinite loop on -l, -r, or -s flag with no value. Documented formail's treatment of >From_ lines as continuations of the From_ line and warned of problems caused by non-RFC822 field names like 'Old-From ' Clarified procmail's treatment of $@ and $# Fixed a man page formatting problem Use long, not off_t, with fseek()/ftell() Increase our paranoia: start to use strlcat() The default MAILDIR is now configurable separately from the default rcfile location Include an RPM spec file in the examples directory for automated builds Include and use mkinstalldirs Called nice() when shouldn't have (this time for sure!)
2001-06-20Update to 3.15.1, from Martti Kuparinen via pkg/13257.wiz2-6/+5
Some of the more interesting changes: - A race to create the mailspool would bounce one of the messages due to an internal error - LC_ in KEEPENV would preserve only the first LC_foo variable - Strip runtime linker variables (LD_*) from environment on all platforms - Drop duplicate and malformed environment entries - Fixed a man page formatting problem
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-13Forgot to regenerate the patch sums.kim1-6/+6
2001-04-13Allow setting TRUSTED_IDS in procmail.kim2-7/+17
2001-04-07Make the message tell the truth.kim1-6/+3
2001-04-07Add optional setting for placing the default mailbox in the user home dir.kim1-1/+9
2001-04-06Removed the post-patch target as it had no effect and justkim1-10/+1
confuses people (or at least me).
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-11/+6
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-08-26Update to procmail-3.15, inspired by D'Arcy J.M. Cain.wiz7-48/+66
Relevant changes: - Rewrite folder type parsing: corrects handling of MH and maildir style spools - v3.14 changed '!' actions too much: revert to v3.13 behavior but continue to split SENDMAILFLAGS - Contents of skipped nested blocks could affect 'E', 'e', 'a', and 'A' flags - Prevent peeking into buffers on "Out of memory" errors - Unquoted $\var expansions could alter the interpretation of the following whitespace - Prevent attempts to set LINEBUF to really huge values - Optimize SWITCHRC = $_ - Use a secure PATH when processing /etc/procmailrc - Use 2^31-1 as the maximum score even when sizeof(long)>4 Changes to formail: - Allow -n with -D and -s again -- corruption couldn't happen after all - Don't strip pre-colon whitespace until header is identified - Properly handle NULs in the body when generating an autoreply that keeps the body (could coredump) General: - Documented that $\var expansions are never split on whitespace - Removed ':' and '@' from list of characters that can appear in tempfile names - Called nice() when shouldn't have
2000-08-03Use ${SH} to run ${WRKSRC}/suid.sh.veego1-2/+2
2000-07-21Upgrade to procmail 3.14.simonb2-4/+4
Major changes are: - Some zero-length extractions using \/ could core dump - Missed a couple possible overflows - Support delivery to maildir mailboxes - Support all styles of mailbox for the mail spool - Avoid renaming over old messages in directory folders - fsync() mailboxes before closing them - Overflows at certain times would confuse procmail - Root owned lockfiles aren't bogus Full list of changes are in procmail-3.14/HISTORY.
2000-01-09removed unnecessary PKGNAME (== DISTNAME)wiz1-2/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-06Add a do-install target for Solaris installations only.agc1-1/+19
1999-07-09Add package patch checksum files.agc1-0/+6
1999-04-07Update procmail to 3.13.1.cjs2-5/+5
1999-04-06Upgrade procmail to 3.13. Move config dir from PREFIX/pkg/etc to /etc, socjs5-89/+25
that machines sharing /usr do not have to share procmail config file.
1998-11-04be conservative about SHELL setting, by drochnerhubertf1-1/+2