view examples/sendmail.conf @ 15:68a9b24a182a draft

encode log messages in UTF8 before passing them to syslog Signed-off-by: Changaco <changaco ατ changaco δοτ net>
author Changaco <changaco ατ changaco δοτ net>
date Tue, 24 Apr 2012 00:30:31 +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