mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch integrates the aliases resolution into the daemon and queue. The queue now will resolve aliases at Put time.
5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "From writemailto" > "$1"
|
|
exec cat >> "$1"
|