diff options
author | Stef Walter <stef@memberwebs.com> | 2006-07-13 23:50:58 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-07-13 23:50:58 +0000 |
commit | f1729148987a6799ffbffa90127d96a8f129f9de (patch) | |
tree | cdf36975a9b7872dbdf3629bafb6b718b1b7c771 /common/sppriv.h | |
parent | 81f788118b028533357142981420d5a3ed373135 (diff) |
* Add support for passing emails
* Bring in some changes from proxsmtp
Diffstat (limited to 'common/sppriv.h')
-rw-r--r-- | common/sppriv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/sppriv.h b/common/sppriv.h index a690f3c..edfd217 100644 --- a/common/sppriv.h +++ b/common/sppriv.h @@ -54,7 +54,6 @@ typedef struct spstate const char* user; /* User to run as */ const char* pidfile; /* The pid file for daemon */ const char* header; /* A header to include in the email */ - int header_prepend; /* Prepend the header or not */ struct sockaddr_any outaddr; /* The outgoing address */ const char* outname; |