syslog the status of the received message

This commit is contained in:
SJ
2013-12-04 15:52:23 +01:00
parent c0e1bec960
commit 70abaa8a4b
2 changed files with 14 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#define VERSION "0.1.25-master-branch"
#define BUILD 854
#define BUILD 855
#define HOSTID "mailarchiver"
@@ -133,5 +133,9 @@
#define WRITE_TO_STDOUT 0
#define WRITE_TO_BUFFER 1
#define S_STATUS_STORED "stored"
#define S_STATUS_DUPLICATE "duplicate"
#define S_STATUS_ERROR "error"
#endif /* _CONFIG_H */