smailq.git
8 years agoman: Update syslog support
Stefan Huber [Tue, 12 May 2015 18:18:14 +0000 (20:18 +0200)]
man: Update syslog support

8 years agoman: Update conf file reading
Stefan Huber [Tue, 12 May 2015 18:16:38 +0000 (20:16 +0200)]
man: Update conf file reading

8 years agosmailq: Fix printerr invocations
Matei David [Fri, 8 May 2015 16:48:12 +0000 (12:48 -0400)]
smailq: Fix printerr invocations

8 years agosmailq: Add syslog support
Matei David [Fri, 8 May 2015 16:39:52 +0000 (12:39 -0400)]
smailq: Add syslog support

8 years agosmailq: Look for global configuration under /etc
Matei David [Fri, 8 May 2015 16:37:52 +0000 (12:37 -0400)]
smailq: Look for global configuration under /etc

Signed-off-by: Stefan Huber <shuber@sthu.org>
10 years agosendmail: switch shebang to /bin/bash
Stefan Huber [Thu, 3 Apr 2014 16:42:56 +0000 (18:42 +0200)]
sendmail: switch shebang to /bin/bash

10 years agobug: treat mails as binary files, not as utf-8
Stefan Huber [Wed, 12 Mar 2014 12:41:17 +0000 (13:41 +0100)]
bug: treat mails as binary files, not as utf-8

If a mail is not in utf-8 then decoding errors may be thrown by python.
Read/write mails from stdin/files as binary files, without interpreting
them as utf-8.

10 years agobug: do not crash when To: header is not found v1.1
Stefan Huber [Tue, 7 Jan 2014 18:20:24 +0000 (19:20 +0100)]
bug: do not crash when To: header is not found

10 years agoInitial commit v1.0
Stefan Huber [Sun, 29 Dec 2013 10:59:16 +0000 (11:59 +0100)]
Initial commit