view examples/sendmail.conf @ 34:030e8b24f8b7 draft default tip master

pretty print JSON in state file Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author Changaco <changaco ατ changaco δοτ net>
date Sun, 05 Aug 2012 15:18:28 +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