diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 11:48:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 11:48:07 +0200 |
commit | 413fba03dc88bafb581554bcb07eacfdb9327588 (patch) | |
tree | 5e0d4ea4ee08cef22605a99e920c335695e185c0 /rsyslog.h | |
parent | 160ab44ef91a19f7bd92afb629a8a06a5fe34fc4 (diff) | |
download | rsyslog-413fba03dc88bafb581554bcb07eacfdb9327588.tar.gz rsyslog-413fba03dc88bafb581554bcb07eacfdb9327588.tar.xz rsyslog-413fba03dc88bafb581554bcb07eacfdb9327588.zip |
finalized mail output support
Diffstat (limited to 'rsyslog.h')
-rw-r--r-- | rsyslog.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -169,6 +169,8 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_MODULE_LOAD_ERR_INIT_FAILED = -2068, /**< module could not be loaded - init() failed */ RS_RET_NO_SOCKET = -2069, /**< socket could not be obtained or was not provided */ RS_RET_SMTP_ERROR = -2070, /**< error during SMTP transation */ + RS_RET_MAIL_NO_TO = -2071, /**< recipient for mail destination is missing */ + RS_RET_MAIL_NO_FROM = -2072, /**< sender for mail destination is missing */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |