about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2014-04-19move precheck to MDA namespace
2014-04-19mda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-19cgi: index pages allow iterating some pagination
2014-04-17view: inline shorter quotes
2014-04-15Revert "cgi: relax path restriction for top-level"
2014-04-15HTML: ensure hrefs are quoted properly
2014-04-14rename list from "bugs" to "meta"
2014-04-14derive -primary_address in config
2014-04-14cgi: fix up top-level index
2014-04-14cgi: 301 for list-indices without trailing slash
2014-04-14t/cgi: cleanup: no need for additional block
2014-04-12cgi: ensure we unescape MIDs correctly in URLs
2014-04-12cgi: relax path restriction for top-level
2014-04-12cgi: rename to have .cgi suffix
2014-04-11config: support multiple addresses for a inbox
2014-04-11add spam/ham learning wrapper script
2014-04-11cgi: wire up HTML pages for messages
2014-04-11cgi: update feed/view and tests for shorter URLs
2014-04-11cgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-10cgi: implement get_mid_txt
2014-04-10cgi: wire up index + tests
2014-04-09t/mda: additional precheck tests
2014-04-09mda: set GIT_AUTHOR_DATE in commits as well
2014-04-09config: include listname on lookup
2014-04-09preliminary HTML index generation
2014-04-09precheck: stricter checks including min length
2014-04-07feed: generate takes a hashref for args
2014-04-06feed: reuse view class to display message
2014-04-05get a basic CGI feed sender running
2014-04-05remove failrepo config
2014-04-05view: implement quote folding and flesh out tests
2014-04-05view: update IRP and MID links
2014-04-05flesh out MDA and simplify config setup
2014-04-05precheck uses recipient argument
2014-04-04filter: use regexp to check multipart bodies
2014-03-28filter: use file(1) to detect mime type if octet-stream
2014-03-28config: revamp API and implement lookup
2014-03-24initial cut at Atom feed generation
2014-02-25precheck: require Message-ID to be set
2014-02-25view: add view module to be used for rendering HTML
2014-02-11move pre-spamc checks to PublicInbox->precheck
2014-02-07trivial config module for dumping config
2014-01-14drop Mail-Followup-To, Mail-Reply-To, and Reply-To
2014-01-10reject messages if ORIGINAL_RECIPIENT is not specified
2014-01-09initial commit