You must login to view /lordwelch/chasquid/commit/a3685439dc51bb328173b4c417be981ef0767e5a.
The GitHub option should be usable for most people, it only links via username.

Files
chasquid/test/util/writemailto
Alberto Bertogli c34c073c1c chasquid: Load and resolve aliases
This patch integrates the aliases resolution into the daemon and queue.

The queue now will resolve aliases at Put time.
2016-10-10 00:51:04 +01:00

5 lines
61 B
Bash
Executable File

#!/bin/bash
echo "From writemailto" > "$1"
exec cat >> "$1"