| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 23:45:21 GMT
X-Served-By: cache-dfw-kdal2120053-DFW, cache-bom-vanm7210051-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768693521.193465,VS0,VE339
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
Mhailist: Haskell mailing list manager
Mhailist: Haskell mailing list manager
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| test | Enable tests. | Disabled |
| warnings | Enable warnings. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- Mhailist-0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.0 |
|---|---|
| Dependencies | base (<4), binary, bytestring, directory, filepath, haskell98, HUnit, mtl, old-locale, process, time [details] |
| Tested with | ghc ==6.10 |
| License | BSD-3-Clause |
| Author | Curt Sampson, Lars Kotthoff |
| Maintainer | cjs@cynic.net, lars@larsko.org |
| Uploaded | by LarsKotthoff at 2010-04-30T07:39:27Z |
| Category | Network |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | Test, mhailist |
| Downloads | 1282 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2016-10-25 [all 9 reports] |
Readme for Mhailist-0.0
[back to package description]This is very much work in progress and an alpha development release. Call the main program from whatever you are using to receive mail. Usage: mhailist <list-file-dir> <sendmail-path> This program expects the mail to be processed to be passed to it on STDIN. Messages to listname-command@listdomain execute a command on listname@listdomain for the sender of the message; commands understood are "subscribe" and "unsubscribe". Otherwise, messages to listname@listdomain are forwarded to the list if the sender is subscribed to the list. If the list doesn't exist we print an error and exit with an error code. The list of subscribed addresses is stored in a file named listname@listdomain in the directory given as the <list-file-dir> command line argument.