Mercurial > feed-push
view examples/sendmail.conf @ 22:b763ca084088 draft
import gamin in __main__
Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author | Changaco <changaco ατ changaco δοτ net> |
---|---|
date | Sat, 04 Aug 2012 15:00:05 +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