about summary refs log tree commit homepage
path: root/public-inbox-mda
DateCommit message (Expand)
2015-11-20various internal documentation updates
2015-10-03mda: support a 'filter=scrub' option for external lists
2015-09-06update copyright headers and email addresses
2015-08-29avoid length in boolean context
2015-08-23hopefully fix broken permissions for search
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-22search: split search indexing to a separate file
2015-08-17search: simplify indexing operation
2015-08-17public-inbox-{learn,mda}: automatically sync index
2015-07-14reject HTML loudly and automatically
2015-06-05public-inbox-mda: preserve SpamAssassin headers in spam
2014-05-02reduce copies by passing string refs to Email::MIME
2014-04-28mda: support aliased addresses
2014-04-26huge refactor of encoding handling
2014-04-20use ORIGINAL_RECIPIENT once again
2014-04-19mda: share commit setup code with -learn
2014-04-19move precheck to MDA namespace
2014-04-19mda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-15mda: encoding-aware From: for GIT_ authorship
2014-04-14mda: add most RFC 2919 and 2369 headers
2014-04-09mda: set GIT_AUTHOR_DATE in commits as well
2014-04-09mda: set GIT_{COMMITTER,AUTHOR}_{NAME,EMAIL} env
2014-04-09mda: prevent duplicate Message-IDs from appearing
2014-04-05remove failrepo config
2014-04-05flesh out MDA and simplify config setup
2014-02-11move pre-spamc checks to PublicInbox->precheck
2014-02-11public-inbox-mda: reject messages without From header
2014-01-10reject messages if ORIGINAL_RECIPIENT is not specified
2014-01-10public-inbox-mda: limit message size before spamc
2014-01-09initial commit