comparison examples/sendmail.conf @ 1:a68d7feeba88 draft

initial commit Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author Changaco <changaco ατ changaco δοτ net>
date Sun, 15 Apr 2012 18:05:20 +0200
parents
children
comparison
equal deleted inserted replaced
0:31c0a15dd43d 1:a68d7feeba88
1 % cat >in
2 % echo 'Subject: [{feed.title}] {entry.title}' >h; echo >>h
3 % cat h in | sendmail postmaster@localhost; r=$?
4 % rm h in
5 % exit $r
6
7 *.atom