diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-06-07 02:21:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-06-07 02:21:36 +0000 |
commit | bdf8ed139a586f3ef1d11574c59813f982ca0698 (patch) | |
tree | e0c0bbcae55bffc9a26af0b163677d0ed1692760 /fetchmail.h | |
parent | ecc6b895f60f149122eee9a3df2342e4b738fd0e (diff) | |
download | fetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.tar.gz fetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.tar.bz2 fetchmail-bdf8ed139a586f3ef1d11574c59813f982ca0698.zip |
Julian Haight's changes.
svn path=/trunk/; revision=2900
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index c91f834d..fd5403ed 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -222,6 +222,7 @@ struct hostdata /* shared among all user connections to given server */ int poll_count; /* count of polls so far */ char *queryname; /* name to attempt DNS lookup on */ char *truename; /* "true name" of server host */ + char *trueaddr; /* IP address of truename, as char */ struct hostdata *lead_server; /* ptr to lead query for this server */ int esmtp_options; }; @@ -241,6 +242,7 @@ struct query /* per-forwarding-target data */ struct idlist *smtphunt; /* list of SMTP hosts to try forwarding to */ char *smtpaddress; /* address to force in RCPT TO */ + char *smtpname; /* full RCPT TO name, including domain */ struct idlist *antispam; /* list of listener's antispam response */ char *mda; /* local MDA to pass mail to */ char *bsmtp; /* BSMTP output file */ |