ADD: some more information to the headers injected into the emails by hermes

This commit is contained in:
ps 2014-06-28 16:46:04 +00:00
parent 0b0c956dd5
commit 53acbb57c8
5 changed files with 36 additions and 3 deletions

View file

@ -82,6 +82,7 @@ class Utils
static string rfc2821_date(time_t *timestamp=NULL);
static string gethostname();
static void write_pid(string,pid_t);
static string gethostname(int s);
};
#endif //UTILS_H