mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 19:59:19 +02:00
syslog the status of the received message
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user