view examples/sendmail.conf @ 6:455cd8c78862 draft

create state dir if it doesn't exist Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author Changaco <changaco ατ changaco δοτ net>
date Mon, 16 Apr 2012 00:42:59 +0200
parents a68d7feeba88
children
line wrap: on
line source

% cat >in
% echo 'Subject: [{feed.title}] {entry.title}' >h; echo >>h
% cat h in | sendmail postmaster@localhost; r=$?
% rm h in
% exit $r

*.atom