Up to [cvs.NetBSD.org] / pkgsrc / mail / qmail-autoresponder
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jun 23 20:33:13 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
HEAD
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Revbump for MySQL default change
Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 19 09:35:40 2020 UTC (2 years, 10 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Remove DJB_RESTRICTED, no longer used.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 25 05:42:37 2020 UTC (3 years, 3 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Retire 'djbware-errno-hack' and associated options.mk cleverness. Instead: 1. Package makefiles including their own options.mk 2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed 3. Packages adjust SUBST_FILES.djberrno, if needed Should fix bulk build failures due to multiple inclusions of options.mk and/or incorrect definitions of DJB_ERRNO_HACK. Approved during the freeze by wiz@.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 23 21:32:15 2020 UTC (3 years, 4 months ago) by schmonz
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Restore missing .include of options.mk.
Revision 1.5 / (download) - annotate - [select for diffs], Sat May 16 15:23:05 2020 UTC (3 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
mail/qmail-autoresponder: does not have error.h
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:36 2020 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 14 00:56:24 2018 UTC (5 years, 5 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update to 2.0. From the changelog: - Changed the filenames of response record files so they sort by time in a directory listing. This may cause extra responses after upgrading. - Added support for putting the original sender (%s) and recipient (%r) in the response message. - Added support for single file config mode, including the response. - Fixed handling of MySQL default timestamp value.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Sep 29 00:51:46 2017 UTC (5 years, 11 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Fix build on SunOS.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 28 17:27:34 2017 UTC (5 years, 11 months ago) by schmonz
Branch: MAIN
Add qmail-autoresponder, a rate-limited autoresponder for qmail. Features: - Limits rate of automatic responses (defaults to a maximum of one message every hour). - Will not respond to nearly every type of mailing list or bulk email. - Will not respond to bounce messages or MAILER-DAEMON. - Bounces looping messages. - Can insert the original subject into the response. - Can copy original message into response. - Can use links in the rate-limiting data directory to limit inode usage to a single inode. - Can limit responses to a certain date/time range.