aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename README → README.orgHEADmasterBrian Cully2022-06-261-0/+0
| | | | This makes it easier to know how to format it on the server side.
* Fix off-by-one error in subject and remaining count header.Brian Cully2022-06-197-13/+13
|
* Change to filter style from pipe.Brian Cully2022-06-1910-99/+78
|
* Show remaining in Subject.Brian Cully2022-06-195-5/+5
|
* Add more tests, and fix setting count to 0.Brian Cully2022-06-123-8/+44
|
* Differentiate between 0 and undefined.Brian Cully2022-06-121-1/+2
|
* Allow flagging infinite sends by setting remaing count to -1.Brian Cully2022-06-125-19/+56
|
* Return default email count for unknown senders on CLI.Brian Cully2022-06-122-7/+10
|
* Use PATH environment for sqlite3 executable.Brian Cully2022-06-121-1/+1
|
* Check return codes from ‘system’ calls.Brian Cully2022-06-121-2/+4
| | | | Abort tests if there’s an error during setup.
* Add X-SpamCat-Remaining header.Brian Cully2017-10-305-0/+5
| | | | | Add explicit header for number of messages remaining from a given sender.
* Add get and set commands for tweaking counts.Brian Cully2017-10-303-3/+22
| | | | | Introduce 'get' to query a count for a given email address, and 'set' to manually update it.
* Various changes.Brian Cully2015-10-205-35/+90
| | | | | | | * Use `env' to find perl binary. * Change flag --dumpconfig to command. * Add `dump' command to output table in tab-delimited format. * Update documentation.
* Add db configBrian Cully2014-11-231-0/+2
|
* spellingBrian Cully2014-11-231-1/+1
|
* grammarBrian Cully2014-11-231-2/+2
|
* Better readme instructions.Brian Cully2014-11-231-0/+122
|
* Add TODO file.Brian Cully2014-11-231-0/+5
|
* Initial commit.Brian Cully2014-11-2326-0/+1326