Pass authenticator pubname through spool. Bug 2648
[exim.git] / test / confs / 3403
index b8c8086b632af06e27da74c47c568248b1f9749a..5d59e6dee9efcd499cc46f193418182c4f67d370 100644 (file)
@@ -40,6 +40,7 @@ begin routers
 d1:
   driver = accept
   headers_add = aid: $authenticated_id
+  headers_add = rtr_authres: ${authresults {$primary_hostname}}
   retry_use_local_part
   transport = t1
 
@@ -50,7 +51,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End