]>
git.sthu.org Git - smailq.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stefan Huber [Thu, 11 Jun 2020 18:45:51 +0000 (20:45 +0200)]
Add systemd unit and timer files
Stefan Huber [Sun, 27 Sep 2015 16:47:50 +0000 (18:47 +0200)]
Update to v1.2
Stefan Huber [Tue, 12 May 2015 19:13:04 +0000 (21:13 +0200)]
doc: Add README.md
Stefan Huber [Tue, 12 May 2015 18:22:18 +0000 (20:22 +0200)]
smailq: Update help on reading conf file
Stefan Huber [Tue, 12 May 2015 18:18:14 +0000 (20:18 +0200)]
man: Update syslog support
Stefan Huber [Tue, 12 May 2015 18:16:38 +0000 (20:16 +0200)]
man: Update conf file reading
Matei David [Fri, 8 May 2015 16:48:12 +0000 (12:48 -0400)]
smailq: Fix printerr invocations
Matei David [Fri, 8 May 2015 16:39:52 +0000 (12:39 -0400)]
smailq: Add syslog support
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>
Stefan Huber [Thu, 3 Apr 2014 16:42:56 +0000 (18:42 +0200)]
sendmail: switch shebang to /bin/bash
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.
Stefan Huber [Tue, 7 Jan 2014 18:20:24 +0000 (19:20 +0100)]
bug: do not crash when To: header is not found
Stefan Huber [Sun, 29 Dec 2013 10:59:16 +0000 (11:59 +0100)]
Initial commit