aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-08-03 19:21:53 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-08-03 19:21:53 +0000
commite248156915d70bed04dd21cf1aeae43554efce2d (patch)
treeb68b463845f60a8660cd8bb14a1cdd6f1434469a /driver.c
parent56f2f5e7a800ec59ae8d027a6c551ebf84fbda94 (diff)
downloadfetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.gz
fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.tar.bz2
fetchmail-e248156915d70bed04dd21cf1aeae43554efce2d.zip
Added experimental SDPS support.
svn path=/trunk/; revision=2034
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index efff0bb2..99a5d75c 100644
--- a/driver.c
+++ b/driver.c
@@ -953,7 +953,15 @@ int num; /* index of message */
* hostnames go through.
*/
find_server_names(received_for, ctl, &xmit_names);
- else {
+#ifdef SDPS_ENABLE
+ else if (sdps_envto)
+ {
+ find_server_names(sdps_envto, ctl, &xmit_names);
+ free(sdps_envto);
+ }
+#endif /* SDPS_ENABLE */
+ else
+ {
/*
* We haven't extracted the envelope address.
* So check all the "Resent-To" header addresses if