X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/44a16f3a2720c33e8d1500fd2812ef91018c8a2c..ee3c2fea18d0c940c2256c6bf041f546c703c375:/src/src/spool_out.c diff --git a/src/src/spool_out.c b/src/src/spool_out.c index 4539e3c69..113765bab 100644 --- a/src/src/spool_out.c +++ b/src/src/spool_out.c @@ -174,9 +174,11 @@ if (sender_host_address) fprintf(fp, "-host_address %s.%d\n", sender_host_address, sender_host_port); if (sender_host_name) spool_var_write(fp, US"host_name", sender_host_name); - if (sender_host_authenticated) - spool_var_write(fp, US"host_auth", sender_host_authenticated); } +if (sender_host_authenticated) + spool_var_write(fp, US"host_auth", sender_host_authenticated); +if (sender_host_auth_pubname) + spool_var_write(fp, US"host_auth_pubname", sender_host_auth_pubname); /* Also about the interface a message came in on */