summary refs log tree commit diff
path: root/www/git.causal.agency/email-filter.sh (follow)
Commit message (Collapse)AuthorAge
* Replace filter shell scripts with C programJune McEnroe2021-10-02
| | | | | Eliminates the need for a shell inside the chroot, along with cat, mktemp and rm. It's likely a bit faster too.
* Build and copy static binaries to /var/wwwJune McEnroe2021-09-30
Ideally these wouldn't require sh, cat, rm, mktemp.