diff 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
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/examples/sendmail.conf
@@ -0,0 +1,7 @@
+% cat >in
+% echo 'Subject: [{feed.title}] {entry.title}' >h; echo >>h
+% cat h in | sendmail postmaster@localhost; r=$?
+% rm h in
+% exit $r
+
+*.atom