diff -urdpNX /usr/share/dontdiff dovecot-1.0.0.vanilla/src/auth/auth-request.c dovecot-1.0.0/src/auth/auth-request.c --- dovecot-1.0.0.vanilla/src/auth/auth-request.c 2007-03-25 22:30:26.000000000 +0400 +++ dovecot-1.0.0/src/auth/auth-request.c 2007-04-19 23:09:28.000000000 +0400 @@ -133,6 +133,9 @@ void auth_request_export(struct auth_req str_append(str, "\trip="); str_append(str, net_ip2addr(&request->remote_ip)); } + if (request->secured) { + str_append(str, "\tsecured=1"); + } } bool auth_request_import(struct auth_request *request,