Fix CVE-2016-1531
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 28 Jan 2016 21:20:33 +0000 (22:20 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Thu, 3 Mar 2016 22:17:11 +0000 (23:17 +0100)
Add keep_environment, add_environment.
Change the working directory to "/" during the early startup
phase.

(cherry picked from commit 4af6f9baeffc937b4de28b9ce371e697a1609632)
  (cherry picked from commit 0c8892dc00bf2223dffe18be12f07d8c4549b913)
    (cherry picked from commit fa927caf12b309a2c984ddff1adf4a299186d887)
      (cherry picked from commit bc3c7bb7d4aba3e563434e5627fe1f2176aa18c0)
   (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832)
   (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323)
   (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2)
   (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b)
   (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c)
   (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209)

783 files changed:
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
src/OS/Makefile-Base
src/src/environment.c [new file with mode: 0644]
src/src/exim.c
src/src/functions.h
src/src/globals.c
src/src/globals.h
src/src/readconf.c
src/src/string.c
src/src/tls-openssl.c
test/confs/0000
test/confs/0001
test/confs/0002
test/confs/0003
test/confs/0004
test/confs/0005
test/confs/0006
test/confs/0007
test/confs/0008
test/confs/0009
test/confs/0010
test/confs/0011
test/confs/0012
test/confs/0013
test/confs/0014
test/confs/0015
test/confs/0016
test/confs/0017
test/confs/0018
test/confs/0019
test/confs/0020
test/confs/0021
test/confs/0022
test/confs/0023
test/confs/0024
test/confs/0025
test/confs/0026
test/confs/0027
test/confs/0028
test/confs/0029
test/confs/0030
test/confs/0031
test/confs/0032
test/confs/0033
test/confs/0034
test/confs/0035
test/confs/0036
test/confs/0037
test/confs/0038
test/confs/0039
test/confs/0040
test/confs/0041
test/confs/0042
test/confs/0043
test/confs/0044
test/confs/0045
test/confs/0046
test/confs/0047
test/confs/0048
test/confs/0049
test/confs/0050
test/confs/0051
test/confs/0052
test/confs/0053
test/confs/0054
test/confs/0055
test/confs/0056
test/confs/0057
test/confs/0058
test/confs/0059
test/confs/0060
test/confs/0061
test/confs/0062
test/confs/0063
test/confs/0064
test/confs/0065
test/confs/0066
test/confs/0067
test/confs/0068
test/confs/0069
test/confs/0070
test/confs/0071
test/confs/0072
test/confs/0073
test/confs/0074
test/confs/0075
test/confs/0076
test/confs/0077
test/confs/0078
test/confs/0079
test/confs/0080
test/confs/0081
test/confs/0082
test/confs/0083
test/confs/0084
test/confs/0085
test/confs/0086
test/confs/0087
test/confs/0088
test/confs/0089
test/confs/0090
test/confs/0091
test/confs/0092
test/confs/0093
test/confs/0094
test/confs/0095
test/confs/0096
test/confs/0097
test/confs/0098
test/confs/0099
test/confs/0100
test/confs/0101
test/confs/0102
test/confs/0103
test/confs/0104
test/confs/0105
test/confs/0106
test/confs/0107
test/confs/0108
test/confs/0109
test/confs/0110
test/confs/0111
test/confs/0112
test/confs/0113
test/confs/0114
test/confs/0115
test/confs/0116
test/confs/0117
test/confs/0118
test/confs/0119
test/confs/0120
test/confs/0121
test/confs/0122
test/confs/0123
test/confs/0124
test/confs/0125
test/confs/0126
test/confs/0127
test/confs/0128
test/confs/0129
test/confs/0130
test/confs/0131
test/confs/0132
test/confs/0133
test/confs/0134
test/confs/0135
test/confs/0136
test/confs/0137
test/confs/0138
test/confs/0139
test/confs/0140
test/confs/0141
test/confs/0142
test/confs/0143
test/confs/0144
test/confs/0145
test/confs/0146
test/confs/0147
test/confs/0148
test/confs/0149
test/confs/0150
test/confs/0151
test/confs/0152
test/confs/0153
test/confs/0154
test/confs/0155
test/confs/0156
test/confs/0157
test/confs/0158
test/confs/0159
test/confs/0160
test/confs/0161
test/confs/0162
test/confs/0163
test/confs/0164
test/confs/0165
test/confs/0166
test/confs/0167
test/confs/0168
test/confs/0169
test/confs/0170
test/confs/0171
test/confs/0172
test/confs/0173
test/confs/0174
test/confs/0175
test/confs/0176
test/confs/0177
test/confs/0178
test/confs/0179
test/confs/0180
test/confs/0181
test/confs/0182
test/confs/0183
test/confs/0184
test/confs/0185
test/confs/0186
test/confs/0187
test/confs/0188
test/confs/0189
test/confs/0190
test/confs/0191
test/confs/0192
test/confs/0193
test/confs/0194
test/confs/0195
test/confs/0196
test/confs/0197
test/confs/0198
test/confs/0199
test/confs/0200
test/confs/0201
test/confs/0202
test/confs/0203
test/confs/0204
test/confs/0205
test/confs/0206
test/confs/0207
test/confs/0208
test/confs/0209
test/confs/0210
test/confs/0211
test/confs/0212
test/confs/0213
test/confs/0214
test/confs/0215
test/confs/0216
test/confs/0217
test/confs/0218
test/confs/0219
test/confs/0220
test/confs/0221
test/confs/0222
test/confs/0223
test/confs/0224
test/confs/0225
test/confs/0226
test/confs/0227
test/confs/0228
test/confs/0229
test/confs/0230
test/confs/0231
test/confs/0232
test/confs/0233
test/confs/0234
test/confs/0235
test/confs/0236
test/confs/0237
test/confs/0238
test/confs/0239
test/confs/0240
test/confs/0241
test/confs/0242
test/confs/0243
test/confs/0244
test/confs/0245
test/confs/0246
test/confs/0247
test/confs/0248
test/confs/0249
test/confs/0250
test/confs/0251
test/confs/0252
test/confs/0253
test/confs/0254
test/confs/0255
test/confs/0256
test/confs/0257
test/confs/0258
test/confs/0259
test/confs/0260
test/confs/0261
test/confs/0262
test/confs/0263
test/confs/0264
test/confs/0265
test/confs/0266
test/confs/0267
test/confs/0268
test/confs/0269
test/confs/0270
test/confs/0271
test/confs/0272
test/confs/0273
test/confs/0274
test/confs/0275
test/confs/0276
test/confs/0277
test/confs/0278
test/confs/0279
test/confs/0280
test/confs/0281
test/confs/0282
test/confs/0283
test/confs/0284
test/confs/0285
test/confs/0286
test/confs/0287
test/confs/0288
test/confs/0289
test/confs/0290
test/confs/0291
test/confs/0292
test/confs/0293
test/confs/0294
test/confs/0295
test/confs/0296
test/confs/0297
test/confs/0298
test/confs/0299
test/confs/0300
test/confs/0301
test/confs/0302
test/confs/0303
test/confs/0304
test/confs/0305
test/confs/0306
test/confs/0307
test/confs/0308
test/confs/0309
test/confs/0310
test/confs/0311
test/confs/0312
test/confs/0313
test/confs/0314
test/confs/0315
test/confs/0316
test/confs/0317
test/confs/0318
test/confs/0319
test/confs/0320
test/confs/0321
test/confs/0322
test/confs/0323
test/confs/0324
test/confs/0325
test/confs/0326
test/confs/0327
test/confs/0328
test/confs/0329
test/confs/0330
test/confs/0331
test/confs/0332
test/confs/0333
test/confs/0334
test/confs/0335
test/confs/0336
test/confs/0337
test/confs/0338
test/confs/0339
test/confs/0340
test/confs/0341
test/confs/0342
test/confs/0343
test/confs/0344
test/confs/0345
test/confs/0346
test/confs/0347
test/confs/0348
test/confs/0349
test/confs/0350
test/confs/0351
test/confs/0352
test/confs/0353
test/confs/0354
test/confs/0355
test/confs/0356
test/confs/0357
test/confs/0358
test/confs/0359
test/confs/0360
test/confs/0361
test/confs/0362
test/confs/0363
test/confs/0364
test/confs/0365
test/confs/0366
test/confs/0367
test/confs/0368
test/confs/0369
test/confs/0370
test/confs/0371
test/confs/0372
test/confs/0373
test/confs/0374
test/confs/0375
test/confs/0376
test/confs/0377
test/confs/0378
test/confs/0379
test/confs/0380
test/confs/0381
test/confs/0382
test/confs/0383
test/confs/0384
test/confs/0385
test/confs/0386
test/confs/0387
test/confs/0388
test/confs/0389
test/confs/0390
test/confs/0391
test/confs/0392
test/confs/0393
test/confs/0394
test/confs/0395
test/confs/0396
test/confs/0397
test/confs/0398
test/confs/0399
test/confs/0400
test/confs/0401
test/confs/0402
test/confs/0403
test/confs/0404
test/confs/0405
test/confs/0406
test/confs/0407
test/confs/0408
test/confs/0409
test/confs/0410
test/confs/0411
test/confs/0412
test/confs/0413
test/confs/0414
test/confs/0415
test/confs/0416
test/confs/0417
test/confs/0418
test/confs/0419
test/confs/0420
test/confs/0421
test/confs/0422
test/confs/0423
test/confs/0424
test/confs/0425
test/confs/0426
test/confs/0427
test/confs/0428
test/confs/0429
test/confs/0430
test/confs/0431
test/confs/0432
test/confs/0433
test/confs/0434
test/confs/0435
test/confs/0436
test/confs/0437
test/confs/0438
test/confs/0439
test/confs/0440
test/confs/0441
test/confs/0442
test/confs/0443
test/confs/0444
test/confs/0445
test/confs/0446
test/confs/0447
test/confs/0448
test/confs/0449
test/confs/0450
test/confs/0451
test/confs/0452
test/confs/0453
test/confs/0454
test/confs/0455
test/confs/0456
test/confs/0457
test/confs/0458
test/confs/0459
test/confs/0460
test/confs/0461
test/confs/0462
test/confs/0463
test/confs/0464
test/confs/0465
test/confs/0466
test/confs/0467
test/confs/0468
test/confs/0469
test/confs/0470
test/confs/0471
test/confs/0472
test/confs/0473
test/confs/0474
test/confs/0475
test/confs/0476
test/confs/0477
test/confs/0478
test/confs/0479
test/confs/0480
test/confs/0481
test/confs/0482
test/confs/0483
test/confs/0484
test/confs/0485
test/confs/0486
test/confs/0487
test/confs/0488
test/confs/0489
test/confs/0490
test/confs/0491
test/confs/0492
test/confs/0493
test/confs/0494
test/confs/0495
test/confs/0496
test/confs/0497
test/confs/0498
test/confs/0499
test/confs/0500
test/confs/0501
test/confs/0502
test/confs/0503
test/confs/0504
test/confs/0505
test/confs/0506
test/confs/0507
test/confs/0508
test/confs/0509
test/confs/0510
test/confs/0511
test/confs/0512
test/confs/0513
test/confs/0514
test/confs/0515
test/confs/0516
test/confs/0517
test/confs/0518
test/confs/0519
test/confs/0520
test/confs/0521
test/confs/0522
test/confs/0523
test/confs/0524
test/confs/0525
test/confs/0526
test/confs/0527
test/confs/0528
test/confs/0529
test/confs/0530
test/confs/0531
test/confs/0532
test/confs/0533
test/confs/0534
test/confs/0535
test/confs/0536
test/confs/0537
test/confs/0538
test/confs/0539
test/confs/0540
test/confs/0541
test/confs/0542
test/confs/0543
test/confs/0544
test/confs/0545
test/confs/0546
test/confs/0547
test/confs/0548
test/confs/0549
test/confs/0550
test/confs/0551
test/confs/0552
test/confs/0553
test/confs/0554
test/confs/0555
test/confs/0556
test/confs/0557
test/confs/0558
test/confs/0559
test/confs/0560
test/confs/0561
test/confs/0562
test/confs/0563
test/confs/0564
test/confs/0565
test/confs/0566
test/confs/0567
test/confs/0568
test/confs/0615 [new file with mode: 0644]
test/confs/0616 [new file with mode: 0644]
test/confs/1000
test/confs/1001
test/confs/1002
test/confs/1003
test/confs/1005
test/confs/1006
test/confs/1007
test/confs/1008
test/confs/1009
test/confs/1010
test/confs/2000
test/confs/2001
test/confs/2002
test/confs/2003
test/confs/2004
test/confs/2005
test/confs/2006
test/confs/2007
test/confs/2008
test/confs/2009
test/confs/2010
test/confs/2012
test/confs/2013
test/confs/2014
test/confs/2015
test/confs/2016
test/confs/2017
test/confs/2018
test/confs/2019
test/confs/2020
test/confs/2021
test/confs/2022
test/confs/2023
test/confs/2024
test/confs/2025
test/confs/2026
test/confs/2027
test/confs/2028
test/confs/2029
test/confs/2100
test/confs/2101
test/confs/2102
test/confs/2103
test/confs/2104
test/confs/2105
test/confs/2106
test/confs/2107
test/confs/2108
test/confs/2109
test/confs/2110
test/confs/2111
test/confs/2112
test/confs/2113
test/confs/2114
test/confs/2115
test/confs/2116
test/confs/2117
test/confs/2118
test/confs/2119
test/confs/2120
test/confs/2121
test/confs/2122
test/confs/2123
test/confs/2124
test/confs/2125
test/confs/2126
test/confs/2127
test/confs/2128
test/confs/2149
test/confs/2150
test/confs/2200
test/confs/2201
test/confs/2202
test/confs/2250
test/confs/2300
test/confs/2400
test/confs/2500
test/confs/2501
test/confs/2600
test/confs/3000
test/confs/3100
test/confs/3200
test/confs/3201
test/confs/3202
test/confs/3203
test/confs/3204
test/confs/3205
test/confs/3206
test/confs/3207
test/confs/3208
test/confs/3209
test/confs/3210
test/confs/3211
test/confs/3212
test/confs/3213
test/confs/3300
test/confs/3400
test/confs/3401
test/confs/3402
test/confs/3403
test/confs/3404
test/confs/3405
test/confs/3406
test/confs/3407
test/confs/3408
test/confs/3409
test/confs/3410
test/confs/3411
test/confs/3412
test/confs/3413
test/confs/3414
test/confs/3415
test/confs/3450
test/confs/3451
test/confs/3452
test/confs/3453
test/confs/3454
test/confs/3455
test/confs/3460
test/confs/3461
test/confs/3462
test/confs/3463
test/confs/3464
test/confs/3465
test/confs/3500
test/confs/3501
test/confs/3600
test/confs/4000
test/confs/4100
test/confs/4950
test/confs/5000
test/confs/5001
test/confs/5002
test/confs/5003
test/confs/5004
test/confs/5005
test/confs/5006
test/confs/5007
test/confs/5008
test/confs/5009
test/confs/5050
test/confs/5100
test/confs/5101
test/confs/5102
test/confs/5103
test/confs/5200
test/confs/5201
test/confs/5202
test/confs/5203
test/confs/5204
test/confs/5205
test/confs/5206
test/confs/5207
test/confs/5208
test/confs/5209
test/confs/5300
test/confs/5301
test/confs/5400
test/confs/5401
test/confs/5410
test/confs/5420
test/confs/5500
test/confs/5510
test/confs/5600
test/confs/5601
test/confs/5700
test/confs/9000
test/confs/9001
test/confs/9100
test/confs/9200
test/confs/9300
test/confs/9350
test/confs/9400
test/confs/9401
test/confs/9402
test/confs/9450
test/confs/9900
test/confs/9901
test/confs/9902
test/confs/9903
test/paniclog/0013
test/paniclog/0148
test/paniclog/0236
test/paniclog/0290
test/paniclog/0348
test/paniclog/0415
test/paniclog/0442
test/runtest
test/scripts/0000-Basic/0615 [new file with mode: 0644]
test/scripts/0000-Basic/0616 [new symlink]
test/stderr/0002
test/stderr/0013
test/stderr/0148
test/stderr/0236
test/stderr/0290
test/stderr/0348
test/stderr/0415
test/stderr/0442
test/stderr/0615 [new file with mode: 0644]
test/stdout/0615 [new file with mode: 0644]
test/stdout/0616 [new file with mode: 0644]

index c71dfda7356876e0e391b7df2ef73f381b0a8596..0068b2f73f1b9c30bf0ed3b522aa43dacb27fdce 100644 (file)
@@ -3160,6 +3160,11 @@ using one of the words &%router_list%&, &%transport_list%&, or
 settings can be obtained by using &%routers%&, &%transports%&, or
 &%authenticators%&.
 
+.cindex "environment"
+If &%environment%& is given as an argument, the set of environment
+variables is output, line by line. Using the &%-n%& flag supresses the value of the
+variables.
+
 .cindex "options" "macro &-- extracting"
 If invoked by an admin user, then &%macro%&, &%macro_list%& and &%macros%&
 are available, similarly to the drivers.  Because macros are sometimes used
@@ -3491,6 +3496,8 @@ name, but it can be a colon-separated list of names. In this case, the first
 file that exists is used. Failure to open an existing file stops Exim from
 proceeding any further along the list, and an error is generated.
 
+The file names need to be absolute names.
+
 When this option is used by a caller other than root, and the list is different
 from the compiled-in list, Exim gives up its root privilege immediately, and
 runs with the real and effective uid and gid set to those of the caller.
@@ -7570,7 +7577,7 @@ general facilities that apply to all four kinds of list.
 
 
 
-.section "Expansion of lists" "SECID75"
+.section "Expansion of lists" "SECTlistexpand"
 .cindex "expansion" "of lists"
 Each list is expanded as a single string before it is used. The result of
 expansion must be a list, possibly containing empty items, which is split up
@@ -13353,6 +13360,14 @@ received. See chapter &<<CHAPACL>>& for further details.
 This option defines the ACL that is run when an SMTP VRFY command is
 received. See chapter &<<CHAPACL>>& for further details.
 
+.new
+.option add_environment main "string list" empty
+.cindex "environment" "inherited"
+This option allows to set individual environment variables that the
+currently linked libraries and programs in child processes use. The
+default list is empty,
+.wen
+
 .option admin_groups main "string list&!!" unset
 .cindex "admin user"
 This option is expanded just once, at the start of Exim's processing. If the
@@ -14354,6 +14369,30 @@ process rather than a remote host, and is using &%-bs%& to inject the messages,
 .option ignore_fromline_local main boolean false
 See &%ignore_fromline_hosts%& above.
 
+.new
+.option keep_environment main "string list" unset
+.cindex "environment" "inherited"
+This option contains a string list of environment variables to keep.
+You have to trust these variables or you have to be sure that
+these variables do not impose any security risk. Keep in mind that
+during the startup phase Exim is running with an effective UID 0 in most
+installations. As the default value is an empty list, the default
+environment for using libraries, running embedded Perl code, or running
+external binaries is empty, and does not not even contain PATH or HOME.
+
+Actually the list is interpreted as a list of patterns
+(&<<SECTlistexpand>>&), except that it is not expanded first.
+
+WARNING: Macro substitution is still done first, so having a macro
+FOO and having FOO_HOME in your &%keep_environment%& option may have
+unexpected results. You may work around this using a regular expression
+that does not match the macro name: ^[F]OO_HOME$.
+
+Current versions of Exim issue a warning during startupif you do not mention
+&%keep_environment%& or &%add_environment%& in your runtime configuration
+file.
+.wen
+
 
 .option keep_malformed main time 4d
 This option specifies the length of time to keep messages whose spool files
@@ -15375,6 +15414,12 @@ it qualifies them only if the message came from a host that matches
 &%sender_unqualified_hosts%&, or if the message was submitted locally (not
 using TCP/IP), and the &%-bnq%& option was not set.
 
+.option set_environment main "string list" empty
+.cindex "environment"
+This option allows to set individual environment variables that the
+currently linked libraries and programs in child processes use. The
+default list is empty,
+
 
 .option smtp_accept_keepalive main boolean true
 .cindex "keepalive" "on incoming connection"
index 928f377b14fbceff8985c83e5626d84fbba1f4a9..a2ba08d35665ccfeabb6d9e155b02c5feba87e44 100644 (file)
@@ -1,6 +1,7 @@
 Change log file for Exim from version 4.21
 -------------------------------------------
 
+HS/04 Add support for keep_environment and add_environment options.
 Exim version 4.82
 -----------------
 
index 1500e85ec8722cfb54d11e1d6d8634291a0a81dd..4dc9face091d6917bc2635928ef982c0ab8f0133 100644 (file)
@@ -313,6 +313,7 @@ OBJ_EXIM = acl.o child.o crypt16.o daemon.o dbfn.o debug.o deliver.o \
         rda.o readconf.o receive.o retry.o rewrite.o rfc2047.o \
         route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o spool_out.o \
         std-crypto.o store.o string.o tls.o tod.o transport.o tree.o verify.o \
+        environment.o \
         $(OBJ_LOOKUPS) \
         local_scan.o $(EXIM_PERL) $(OBJ_WITH_CONTENT_SCAN) \
         $(OBJ_WITH_OLD_DEMIME) $(OBJ_EXPERIMENTAL)
@@ -549,6 +550,7 @@ dns.o:           $(HDRS) dns.c
 enq.o:           $(HDRS) enq.c
 exim.o:          $(HDRS) exim.c
 expand.o:        $(HDRS) expand.c
+environment.o:   $(HDRS) environment.c
 filter.o:        $(HDRS) filter.c
 filtertest.o:    $(HDRS) filtertest.c
 globals.o:       $(HDRS) globals.c
diff --git a/src/src/environment.c b/src/src/environment.c
new file mode 100644 (file)
index 0000000..aaa84f8
--- /dev/null
@@ -0,0 +1,54 @@
+/*************************************************
+*     Exim - an Internet mail transport agent    *
+*************************************************/
+
+/* Copyright (c) Heiko Schlittermann 2016
+ * hs@schlittermann.de
+ * See the file NOTICE for conditions of use and distribution.
+ */
+
+#include "exim.h"
+
+/* The cleanup_environment() function is used during the startup phase
+of the Exim process, right after reading the configurations main
+part, before any expansions take place. It retains the environment
+variables we trust (via the keep_environment option) and allows to
+set additional variables (via add_environment).
+
+Returns:    TRUE if successful
+            FALSE otherwise
+*/
+
+BOOL
+cleanup_environment()
+{
+if (!keep_environment || *keep_environment == '\0')
+  clearenv();
+else if (Ustrcmp(keep_environment, "*") != 0)
+  {
+  uschar **p;
+  if (environ) for (p = USS environ; *p; /* see below */)
+    {
+    uschar *name = string_copyn(*p, US Ustrchr(*p, '=') - *p);
+
+    if (OK != match_isinlist(name, CUSS &keep_environment,
+        0, NULL, NULL, MCL_NOEXPAND, FALSE, NULL))
+      if (unsetenv(CS name) < 0) return FALSE;
+      else /* nothing */;
+    else
+      p++;
+
+    store_reset(name);
+    }
+  }
+if (add_environment)
+  {
+    uschar *p;
+    int sep = 0;
+    const uschar* envlist = add_environment;
+    while ((p = string_nextinlist(&envlist, &sep, NULL, 0)))
+        putenv(CS p);
+  }
+
+  return TRUE;
+}
index a715c0b3981ed709493480652f200bb694e6a5b9..807f1ea87f4a8666de8ac21b67f28e6c002ba3b0 100644 (file)
@@ -3648,8 +3648,19 @@ init_lookup_list();
 is a failure. It leaves the configuration file open so that the subsequent
 configuration data for delivery can be read if needed. */
 
+/* To be safe: change the working directory to /. */
+if (Uchdir("/") < 0)
+  {
+    perror("exim: chdir `/': ");
+    exit(EXIT_FAILURE);
+  }
+
 readconf_main();
 
+if (cleanup_environment() == FALSE)
+  log_write(0, LOG_PANIC_DIE, "Can't cleanup environment");
+
+
 /* If an action on specific messages is requested, or if a daemon or queue
 runner is being started, we need to know if Exim was called by an admin user.
 This is the case if the real user is root or exim, or if the real group is
@@ -3795,7 +3806,7 @@ TMPDIR macro, if this macro is defined. */
 #ifdef TMPDIR
   {
   uschar **p;
-  for (p = USS environ; *p != NULL; p++)
+  if (environ) for (p = USS environ; *p != NULL; p++)
     {
     if (Ustrncmp(*p, "TMPDIR=", 7) == 0 &&
         Ustrcmp(*p+7, TMPDIR) != 0)
@@ -3835,10 +3846,10 @@ else
     uschar **new;
     uschar **newp;
     int count = 0;
-    while (*p++ != NULL) count++;
+    if (environ) while (*p++ != NULL) count++;
     if (envtz == NULL) count++;
     newp = new = malloc(sizeof(uschar *) * (count + 1));
-    for (p = USS environ; *p != NULL; p++)
+    if (environ) for (p = USS environ; *p != NULL; p++)
       {
       if (Ustrncmp(*p, "TZ=", 3) == 0) continue;
       *newp++ = *p;
@@ -4428,7 +4439,8 @@ if (list_options)
           (Ustrcmp(argv[i], "router") == 0 ||
            Ustrcmp(argv[i], "transport") == 0 ||
            Ustrcmp(argv[i], "authenticator") == 0 ||
-           Ustrcmp(argv[i], "macro") == 0))
+           Ustrcmp(argv[i], "macro") == 0 ||
+           Ustrcmp(argv[i], "environment") == 0))
         {
         readconf_print(argv[i+1], argv[i], flag_n);
         i++;
index d381b569a89c7a3f62412a06feb6c7a58b07c5b3..b54b42159c53cffd6dfdce6e790a68bbbca50534 100644 (file)
@@ -76,6 +76,7 @@ extern int     check_host(void *, uschar *, uschar **, uschar **);
 extern uschar **child_exec_exim(int, BOOL, int *, BOOL, int, ...);
 extern pid_t   child_open_uid(uschar **, uschar **, int, uid_t *, gid_t *,
                  int *, int *, uschar *, BOOL);
+extern BOOL    cleanup_environment(void);
 extern uschar *cutthrough_finaldot(void);
 extern BOOL    cutthrough_flush_send(void);
 extern BOOL    cutthrough_headers_send(void);
@@ -350,6 +351,7 @@ extern int     stdin_ungetc(int);
 extern uschar *string_append(uschar *, int *, int *, int, ...);
 extern uschar *string_base62(unsigned long int);
 extern uschar *string_cat(uschar *, int *, int *, const uschar *, int);
+extern int     string_compare_by_pointer(const uschar **, const uschar **);
 extern uschar *string_copy_dnsdomain(uschar *);
 extern uschar *string_copy_malloc(uschar *);
 extern uschar *string_copylc(uschar *);
index 133a7bf740d9a13349af77d00240f383108e0c47..e5ac8d679f2512e20a32f63d870531c65c55b2e3 100644 (file)
@@ -296,6 +296,7 @@ BOOL    active_local_from_check = FALSE;
 BOOL    active_local_sender_retain = FALSE;
 int     body_8bitmime = 0;
 BOOL    accept_8bitmime        = TRUE; /* deliberately not RFC compliant */
+uschar *add_environment        = NULL;
 address_item  *addr_duplicate  = NULL;
 
 address_item address_defaults = {
@@ -739,6 +740,8 @@ uschar *iterate_item           = NULL;
 
 int     journal_fd             = -1;
 
+uschar *keep_environment       = NULL;
+
 int     keep_malformed         = 4*24*60*60;    /* 4 days */
 
 uschar *eldap_dn               = NULL;
index 265f94e60617bd505925a17209a468883e21ba28..9c7238212483d29381f629ede0fadcc39c247ef2 100644 (file)
@@ -137,6 +137,7 @@ extern uschar **address_expansions[ADDRESS_EXPANSIONS_COUNT];
 /* General global variables */
 
 extern BOOL    accept_8bitmime;        /* Allow *BITMIME incoming */
+extern uschar *add_environment;        /* List of environment variables to add */
 extern int     body_8bitmime;          /* sender declared BODY= ; 7=7BIT, 8=8BITMIME */
 extern header_line *acl_added_headers; /* Headers added by an ACL */
 extern tree_node *acl_anchor;          /* Tree of named ACLs */
@@ -470,6 +471,7 @@ extern uschar *iterate_item;           /* Item from iterate list */
 
 extern int     journal_fd;             /* Fd for journal file */
 
+extern uschar *keep_environment;       /* Whitelist for environment variables */
 extern int     keep_malformed;         /* Time to keep malformed messages */
 
 extern uschar *eldap_dn;               /* Where LDAP DNs are left */
index 77c798412fd36ad145d000e2ef16bbd22ad7ce6c..d64721248b7b32e898d8b4011dbd5ca0f317a62d 100644 (file)
@@ -162,6 +162,7 @@ static optionlist optionlist_config[] = {
   { "acl_smtp_starttls",        opt_stringptr,   &acl_smtp_starttls },
 #endif
   { "acl_smtp_vrfy",            opt_stringptr,   &acl_smtp_vrfy },
+  { "add_environment",          opt_stringptr,   &add_environment },
   { "admin_groups",             opt_gidlist,     &admin_groups },
   { "allow_domain_literals",    opt_bool,        &allow_domain_literals },
   { "allow_mx_to_ip",           opt_bool,        &allow_mx_to_ip },
@@ -270,6 +271,7 @@ static optionlist optionlist_config[] = {
   { "ignore_bounce_errors_after", opt_time,      &ignore_bounce_errors_after },
   { "ignore_fromline_hosts",    opt_stringptr,   &ignore_fromline_hosts },
   { "ignore_fromline_local",    opt_bool,        &ignore_fromline_local },
+  { "keep_environment",         opt_stringptr,   &keep_environment },
   { "keep_malformed",           opt_time,        &keep_malformed },
 #ifdef LOOKUP_LDAP
   { "ldap_ca_cert_dir",         opt_stringptr,   &eldap_ca_cert_dir },
@@ -2473,6 +2475,7 @@ second argument is NULL. There are some special values:
   macro_list         print a list of macro names
   +name              print a named list item
   local_scan         print the local_scan options
+  environment        print the used execution environment
 
 If the second argument is not NULL, it must be one of "router", "transport",
 "authenticator" or "macro" in which case the first argument identifies the
@@ -2614,6 +2617,25 @@ if (type == NULL)
     names_only = TRUE;
     }
 
+  else if (Ustrcmp(name, "environment") == 0)
+    {
+    if (environ)
+      {
+      uschar **p;
+      size_t n;
+      for (p = USS environ; *p; p++) ;
+      n = p - USS environ;
+      qsort(environ, p - USS environ, sizeof(*p), (__compar_fn_t) string_compare_by_pointer);
+
+      for (p = USS environ; *p; p++)
+        {
+        if (no_labels) *(Ustrchr(*p, '=')) = '\0';
+        puts(*p);
+        }
+      }
+    return;
+    }
+
   else
     {
     print_ol(find_option(name, optionlist_config, optionlist_config_size),
@@ -2927,6 +2949,15 @@ uschar *list = config_main_filelist;
 while((filename = string_nextinlist(&list, &sep, big_buffer, big_buffer_size))
        != NULL)
   {
+
+  /* To avoid confusion: Exim changes to / at the very beginning and
+   * and to $spool_directory later. */
+  if (filename[0] != '/')
+    {
+    fprintf(stderr, "-C %s: only absolute names are allowed\n", filename);
+    exit(EXIT_FAILURE);
+  }
+
   /* Cut out all the fancy processing unless specifically wanted */
 
   #if defined(CONFIGURE_FILE_USE_NODE) || defined(CONFIGURE_FILE_USE_EUID)
@@ -3362,6 +3393,11 @@ if (openssl_options != NULL)
 # endif
   }
 #endif
+
+if ((!add_environment || *add_environment == '\0') && !keep_environment)
+  log_write(0, LOG_MAIN,
+      "WARNING: purging the environment.\n"
+      " Suggested action: use keep_environment and add_environment.\n");
 }
 
 
index 0e73e2c79c73ef2e65783b46b47e06fbfbb16bbe..145a6bd1122d352e759c1e0a0cd806aab0bed9c7 100644 (file)
@@ -1589,6 +1589,17 @@ return yield;
 #endif  /* COMPILE_UTILITY */
 
 
+#ifndef COMPILE_UTILITY
+/* qsort(3), currently used to sort the environment variables
+for -bP environment output, needs a function to compare two pointers to string
+pointers. Here it is. */
+
+int
+string_compare_by_pointer(const uschar **a, const uschar **b)
+{
+return Ustrcmp(CUS *a, CUS *b);
+}
+#endif /* COMPILE_UTILITY */
 
 
 
index b273fff75fcccc5551a0a2d80927bcbc96f5a062..9079b831358ffb5bdbb8a23fac13e5b607ed2685 100644 (file)
@@ -574,7 +574,7 @@ if (running_in_test_harness)
   {
   extern char ** environ;
   uschar ** p;
-  for (p = USS environ; *p != NULL; p++)
+    if (environ) for (p = USS environ; *p != NULL; p++)
     if (Ustrncmp(*p, "EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK", 42) == 0)
       {
       DEBUG(D_tls) debug_printf("Supplying known bad OCSP response\n");
index 25474a063da9041e7b0b5da07785a21edce3a962..226ffc3f0fbf13797679ddc08b29e47863af2acc 100644 (file)
@@ -3,10 +3,10 @@
 # This configuration is used when the test script is finding out what features
 # are in the Exim binary. It needs to discover where the test suite's spool
 # directory is going to be.
-
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+keep_environment =
 
 # End
index 14db5ae2696921340502c4a25eda4a991f655afc..5ca7155d5e05949c0ad240dfb19838bf5d3d238e 100644 (file)
@@ -5,6 +5,7 @@
 # mess up the creation of the spool directory etc.
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 409bd755f44da29716082006626bd5306ac83652..d404c664128fd4a0de15aee08574c28e064cd560 100644 (file)
@@ -4,6 +4,7 @@ LENCHECK=
 PTBC=
 
 exim_path = EXIM_PATH
+keep_environment = USER
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 53ae39052d2b2a947ffd46568e58e3e28282e0f8..199dbf210a2079f8f8c63d31a835ae569a900720 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0003
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 606ab51337e2b12579d39e5d1c740f31120421d1..7d40877c65a07e9b1c44aa0a37860094e7de7bb5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0004
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d4e976e816a427bf3fcb1c1ce71639bbaaf2830c..31b490b3ae62fd39c5f888f1d3e0bb49697c743e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0005
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 59ecb0e2c5b6528b87fccbd3f1b709c9c429f105..d2f0894554408f479f4d00a745923451e65142ec 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0006
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1dc7f574b9a6c3a8ad344334ec2fe41acb89526d..5f15a51fdb49359802a8fc1b084a0ba0fde302f7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0007
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2c6b34189b52e761ebb12dd6c68177ab06e4b118..a2fa7861f4df92b4d607cb57e4fc7a468231966f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0008
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0d944c9daec074f6553d410d9d5a98db91d84c39..6482e50aa06af68716498fee0c8df1eefe21ac4f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0009
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f39a50b8b3c70c3034417244752436e1d86307b6..79bea750b09508fdd74ae37556c4a592dd592e80 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0010
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ca101e0e1da9e608cd0de3359a2e2bb340d225d5..1dc06f5eb4a968a395786dd193cd19e2a8aa332b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0011
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4e1d4730b35c0d7dfa8b39bca7d535f62425f364..d6144a2ddfbe33399e8803813ea0015a7f477981 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0012
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 70cd8d6edb6e71656a99a8a0402e97c101de2501..09c3990b6ff3727248aa462bb0e0530406608007 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0013
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index c7dbdb804c6387e1520c85f9321216d504f9293e..b1bfec2fa05291a56938fbf61efb07c162e2812f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0014
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fbfa534df87e5682fdac2533637e709d84f7ecea..76249cc2604d4d2375fe8a0bad0ab45f5c90989d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0015
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2d5a9dfc28f570a708cb4f42d1028a456069417c..b8b51646271c971c181320d088e2b483179655df 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0016
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 48c3e9c4defd80681267c1508fa6501467c866dd..8f9b72ce6b086b0f19659589f3a37c24c5d03ab6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0017
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7d6437a6d6f2095fb50af553b5a94b091904fd82..7856de72144da75e229bee23a4787cceedb45528 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0018
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 442ada68836a54992773c904cff391e0e5dad07f..1fd0792a59bd0d038a6e8499c944bb07b258045e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2409
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c31f5e6d9d4e9426b3ef663cd2bb401c338fb208..9b2924d0acccdf661d4036421d93f7cc7f1a0ec9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0020
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index da92933120ad37f43b1ba88d7b04d79ac137e8c0..a3513d6c66a949b3d83cd1f7c99c2c491ec315c1 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 BR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5fa25b0aa0b4efd1998470772c7768a0e8df68b8..c7fb1f30437d875a6c20061e5eaee7c42533fce7 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4f79a87b57cae9a6d02da5456a1437b1c0dd70e3..2598bdd5fdd9db1a2a81b376ee36e58424788efe 100644 (file)
@@ -3,6 +3,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 52a2351bcb2982f0e6038f6c7d14ac295bc01615..741e768582c5b7c9828328c8450f9bd7d3b9f082 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0024
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 658dcb99027e62020f25b0793af3f4dae7c45ee9..2c1d8cf66420708ce96dc32d1c2c7f8a4ddc7f83 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0025
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5a0c04e137ace09c8a172796719c0940dacd9ee7..198c7a2d98a3af8c25870eced1528064e515c7c8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0026
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8fe398b479e50b276cd48e152731df77d9d5dfc5..a1f7ee1cad7eb04c072588282c924832d86497b9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0027
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6cb607e3d526bae1eba85da22539ef104aaa5f8e..304e66134339c4a01df107849b00c3ae6b729e1b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0028
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d0c6708192d812faeea3a3b653f3c1cfc9f5e45c..bacf9d83561fdcd22387abb14a8b45fc1a36a002 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0029
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 553491887c33f60c3b4c4c2570cb1986e103c888..d641a073a7f4614b4571a2f28d07bb828f049b9e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0030
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 15cd5415bf08e35f7da08b5a19b2f6d4ac29efaa..66fc594298960d5d974579adb35641821386d260 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0031
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index fc2f22cd247b88901122405808c36250b58d860f..3c0f6dd1bcfab2e64b4dd0205fea3e416e8946fe 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0032
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 6b455fa8a3bd4487f39a517020982e2afedf8a75..8f0b2011b9af4df2e0ed00a9e4176579a1661c15 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0033
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5fbb0b3ba0cecda1a874cb7e9d3503ed1be9953b..c8d288f1c156902eb6fc1aae8a31e2456d3b9129 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0034
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 38b377b67792d26e388c9f71e27a34de29f2245a..5dcbe71baeb453cebbfd3e7917abeda578422df8 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 SUBMISSION_OPTIONS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 83997b39b33b3f9d94104edbaeb8cb301760b217..d94e8c52e7c3b5c687098c3c2b58cef7972c4f90 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ad855ec1ab50fe6ba93e222d807169ff602afced..d0754fe2aef6cc02befcc68248284d63ecccc6e6 100644 (file)
@@ -3,6 +3,7 @@
 FILTER_PREPEND_HOME=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e40799455af1531abacf7fff9577a1593f86b94f..20df5bfc917b7158ac2983865002eb4a3b219891 100644 (file)
@@ -5,6 +5,7 @@ DRATELIMIT=0/1h/per_byte/strict
 ACLRCPT=check_rcpt
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3d989414b27e9c62206be056cd069e3afda396c2..1a27dc32a4b4066e96a4741611df5e76c2929cc0 100644 (file)
@@ -3,6 +3,7 @@
 QDG=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4607d5391bd44accd07e0f81f0ea76757727cf58..a750d0fe31f6a981575332795d7ae2eeb6600503 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0040
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index fa488e5bbc3f81418c4a6e72d52ce2469f4d54e0..e6a9f2693912359a751d3bb610d7ea8c4fe0f602 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0041
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4d994e4c5d4d74a7e7c83b69856befd12e2c61b6..1b8402798bae99a06ba07315b0bd86862641bf1b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0042
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b8d1c9a38cea699deb319ab7e52b25f447ba040b..c45e1abdc99e32f9b1b1e032f129c5d7cd3970f9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0043
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ef431f26e86b68b53fa4524d2369b88de04a907e..4f23d10a21f5ba85a59c1f113b5208ecf2018594 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0044
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d6674dcf791dfd88132d5b171b0a4855878c0959..c3b9a73c0586f379a35efb50b5d43259e52c2904 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0045
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c70121b3277e45de8e33ac71870c4dca6670171f..acf60ebf44f229ed50585afbe2cd5036a094f8b9 100644 (file)
@@ -3,6 +3,7 @@
 NL=FALSE
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7695652e2a5ae5bcc863af8a9798fc51ea726d92..17bd5d13675b304af902013b085f6ae698b1ea65 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0047
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c0086e4414a6bb0be94164e529191bf5cfa7aa50..ae25cf84e17d0caa2ffe1a894d40270232b9478c 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS = true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7966e03791881420268e8fd8b1c5e0a85e78d987..cf8966ce6af643b0c5369cd665278653739931c2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0049
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index db87e2918000ad0ea1eadcef5c656227b50676c3..eea84151e4f0fcb1377f3f9ade3bec37d3441fd9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0050
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 018aa95272ec9d3489a04e5cb5b4ce0e0019c14f..764badba54edbcf23011a9487fa117b3f6cff9d5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0051
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index f483cfe6a57d4090ee0aa83b569a8db0b9d2c4a2..066cda7476516a5903868275a559374c3f30a1a4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0052
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 58f6a721b1ef1e8d233e76fc39aee0cc848fd3bd..ba66cdf605ae78674506130cdf16304a41e2b4d7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0053
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index aaddd49637ba82c6910adf10f003501beaa9d780..de8298716a75417f775586490403bd9d36c23d73 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0054
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 79b2ac34518d0cb1fa940ff308f5e596b43bddc9..a1168f55f0c875112fc32809188c1e423738f760 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0055
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 22375d0620e846ef094016d7972d30178948d609..776255a3d2071d0930f44c9b44d7281ff382d1b6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0056
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 3dd7183592009a0adde207d035e3d06cd1e009f0..7f6edfd823fe39ff4abb88a0bfd4c875415dbc44 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0057
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index c23b3062b16e08924b408ef73586249372418618..e351dd33c3710ce3dbbcff3ee171418498b75b55 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0058
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 33cf95f52f18620ceb7ed2e9053cc69c5ec751c1..a6a8528e8bf5c66adeafad8f8a163b4e45bf3a0a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0059
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 9561c8ce0f630194dce89a5c9f41818a398e3e53..dbc6466b21f537a36e78bdb6f0187d3aeddd4e35 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0060
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index b7f9a10c5f7e1d1e4f7d00549eaf21fb20453494..f1085e7e5a978bc9fd301d6312f1f074d3d73e69 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0061
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = ten-1.test.ex
 rfc1413_query_timeout = 0s
index e3a11ca3a8a4553799e4b58348932f321ae184ad..22c985eeadaad78aa2dae2ed2dea1d48ba0a3194 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0062
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4118128fea3baac2121271982740a3a0a66b0eab..1f9a943e9322821082cd923d85cff6f40def78e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0063
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e824e66889b07434fef0562d21b6bc1862ea4e9f..7bbaf2b70208626f24c5b88218b4762a2247c891 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0064
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 95255805cb8f392cf996be63fd6ba7039cdc7eed..0528ec48a4cb0417863871369cd0ca9572f4dde4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0065
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 67da0016572d06e858904687382b1553f204cd3a..efdd55c7df84d6b1a834a53457438da3a041e151 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0066
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0094578eb32aa4947a5cd496467ca33252ccfdcd..ad74e3fa00c87a1d79a6d3f47dd0805b5aac608c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0067
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0300bcaccc37b746c6435da761e1d01cc271590a..c6df1b2d5c0af7fc3df49e12f3fff5b9fc4ff255 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0068
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4e1e70d45f42842a7b76d14500f8226513f6addf..49251a16c0372e245749da488cc072d64e206cae 100644 (file)
@@ -3,6 +3,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 77ec017ece0c7f95b9fadd90c653c6e01a067e5c..b78db91c18fa9ad7662ff30438f3ea3f21683047 100644 (file)
@@ -3,6 +3,7 @@
 HVH=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e1d76d646a1fd947b1744ae7e07f11ff12dfdb93..dd996687d36fdb46b75b57d4b4f2a282c16ed5a1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0071
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 368db3c512b272560d02170fa46d681773071423..c4e31e31909c76c0a6d2258759a8287e6f0afd85 100644 (file)
@@ -5,6 +5,7 @@ ONLY=
 RETURN=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8bc9c7c9fcde1be37a7728b2ccc26768e2694f3b..3e2fe17dbb826b4c621868d5029dbb208af7977d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0073
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3fc4613921adf51ff2f7c6bb2d1d4262083030d7..0bc1589e28381718eb533894742c60cd15886532 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0074
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2a171ea2d7ccc6c82f36f435635746cc07941ea0..9d20236eb03437d0d5af1cc5b8c1f566ce6fd4fa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0075
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index fad78a5cad3dd0b88619dbf644dda09af7bf3a82..6a1fbb5c5fb1bda58d3754e1f1dfdcb5035370a4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0076
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f5df43e105d6f30fba90517d4c5fb6d032e312a4..fb0a0bbcdf3b2504091a8facc5b6e560ec65b3af 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0077
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 870453d0b461d5514ea867b9a0604047dc267ec5..791f6855b224002fdf7faaf7947d2cc2784843f5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0078
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 284f0b0c26bcbee940d5a1a0d0c006f04ffc8882..a98f4f01da24fd49ca8ea4c84b989a1b6df94689 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0079
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 36f94f8361c7117757e4c0ecb8c4b658ec55eb3e..5cb9299fe4c2c91732a008f594824abe48ebc449 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0080
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 23e22a2a36081749ad3816a45eb77503d7bddfdb..7aa53f2c834b71bf544d3283911c4be3a9aab5f4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0081
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 489b9d70d7a966dffe201a52e10889bbf5059859..c3a1846d402c24552a4d8f105c826be06a6634f1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0082
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 20a106c6fa5404a768d8ac200a0d87c67319634e..ab3791614ba4da2c062f2507243625dab9510e4e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0083
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 395743c4b31124b650d3f1c851e41ebf797eeb41..7beede1b312b8b554d3ff02f9bb02352502a2d7b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0084
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c2a3ebe75aee496009b0c9577622e051ce7e55eb..1879632c67ecef850d07c9be50fc2d53ffad41e3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0085
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index eb78548e6659e15257cc146992ee313c78b1ee5f..e8c67b30ad308cf708390293ef36ed892e79285d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0086
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4000be1b1350dfd9247191be1b9d7aae829efd43..97e340a1a19ccde46bcec84e7b26b00bec32f032 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0087
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ac956d35f95f0ba72dce8838f29b9ffd6c6e20dc..91762b60c31ed68e8b0afb027cdc2b5e96c92bba 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0088
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f075fdf95b13b0073a9ac86c2724d80df18d9a2c..21716dac76e7d4607c7307bd95c28c309f91b49e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0089
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4cb868f6595f125c8552e70726abac54c2ee9ada..65cebbf32631cd4a7727f2db9f0ba13f8239749a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0090
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1c2e057815b057c7b989197d851e44f1910c2981..cca711d9219d937bfb64bdd241ced772adc3926a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0091
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c58115939caeab4dcb694d64242683a210bd560c..db9282541ac4f44afab0fef94db3fde74b5d360d 100644 (file)
@@ -8,6 +8,7 @@ domainlist relay_domains = test.ex
 # Exim test configuration 0092
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8d178ff79e9de3cb14b3819c4d67a757c08f9737..2c606ad8ef0734412785fd1c3dda33e83a8bc2ec 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0093
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f03987c34e138e31ccfe7849fa274cacffb88070..4f502a0872503fba53debb3ac1514c8f88ebc5a7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0094
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c9494151d915318e22c531aee3b3389578e202a2..fe9cfef7241216708a118dc96ac8463e1d157f72 100644 (file)
@@ -4,6 +4,7 @@ ERT=
 QWM=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1ee9b746f424937002f99f149b6f43f79146e31e..9acd7f8ebd4f476f1c80f6a07cb84cdefce33a73 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0096
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c8e773fc2a08848259d914f28727620d49b137ad..38f120e2ff6ff316728387ba236f1114bfd0342d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0097
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 07346c87e67f27e8369c05406cb15721578d28b0..1ff0a7f77131d02d4643c2cdee746bd6ed9704ca 100644 (file)
@@ -3,6 +3,7 @@
 WMF=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ebd6e891592a5b746076ae79a4ae06fd702119c8..fb6903bcee907f71b734c11eecdd98b37d17cab5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0099
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 948d807c1ad4376eb9e304d590a61c28d40bd209..fa2a9a7be5437937e83c48621d4f8fcded06bf15 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7d88395b95a10f88f344386247f01d30c4fd7d06..2b19c28ce98992b40a285f8e927daa427cb89355 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0101
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index dd17eb840a403b2612812cb131cc99077e6de1d1..b2724406af11e56954c26f58951a58f7faac76a1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0102
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7e459b4274297f6bcf8911421a0416ee1354dec6..14d3bc3c736aeb0c26e9665949a1402161f51182 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0103
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index cef5303c023312f867750be85ba7deb798ec6d92..0b964ae4018da062af9f5d4a640db47df17bb82c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0104
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index bdf0eddae1afabca8a378422969cee8b09fb54ac..f8e845345d4a736089f18c2f98405e349c8d1999 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0105
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d58ddea98034180bc04fd8235125fae95796a5c2..479036b432c1efe32b86eadb0952b94e8ef02150 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0106
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index aba16e8d2315c010807026a8bf51bfc27a94650b..6164005686edebd75831ccdd4236a31ccb8c0b75 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0107
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 18ae7589570da1e83e6335cd0781d8732e2c2369..37f0b73cc61b4a533a0600acb89585bf6896b355 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0108
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 9f86679d0df4adde6156883e14fae614e9e592a0..87ab9fcd7c25f0036492a4d73634f33248b0d47a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 094
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c6ff8c3edc87de6db7f2ef2b1d11f305e3575cb2..2901d31c2be5650ded3a7f978d368efed7d15db0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0110
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0af1b33ac067d283adc900e4efe081acf2559461..ba547e2782e5d8f6b96aa2dcaffb65d1f463ec3f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0111
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2598c927776047068ed5c98113732388dfcf1238..b480ad36dfefa8e8b5789b8856efcda4f4f7f403 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0112
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c3f63d0ec09a7cb60d6b1df26ce9b70461d47f7f..29200b28e1964433e7c4681048cfa8faa31372af 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0113
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7e4a47caca1e179b32c7e851ecca82f867ae22b1..a2658026f0eb2383671aa9efc3381f8fc8eb1d3b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0114
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1cf1197f3084fe0311a340c0e49265a768f5736b..37399736d03390c3bb6a20945ef6027f08d69274 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0115
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 42752c357144913ea6ae09ce273b835ec26d7241..d3e5292d85163dd2de97561505524dc43b0fff20 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0116
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b9d57cf8abf774128505c4e8d45d08d5cc22217d..94b04075417dc5dcf47db5c16406c7b968591d4d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0117
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f8d42682f5063888380e960f3b4147fc676136f1..7135487c3f1d77e6898136491ce9a37248e9b884 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0118
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 337920d9830913ae9e0fe75be11f8107c830fdaa..3920341bd6182bd2bd29a99be24e06e0dbdb1d9f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0119
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 85c6b883b20c2cd0bf877113c4a0786baec62cf7..51dbefded26407e9a1a0bd9190beb42feeb20041 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0120
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 298477092bc5cad0971302532ffff8baa811716f..9d0b5df0eda80491b59daf0e7af9c87a7d2c4ab5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0121
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 44d1a4c028ebff3241f93a56a1b23dec8a63c966..eff1af6c6b74aa2f97572d6c864f19b31a331f38 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0122
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 501af37ad79787e4d1b07ea1f79d71fb8a86600d..df2524df6c70701d1176d738f2e67dee1bbc4e5f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0123
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 33ea902bc8c9b6ab4bb98f77fcb6209d0ead3274..20af62b7f6c405c29550efb8bb2ba9c9c2545c43 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0124
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3ad7297f2135f739c864d803cfc1848cae7410c0..1ee8b04691ffd354172dc8d68fb4177f9bb969b3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0125
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 226ba04f2df8e2ed744fa0bd2ad3294923e3d4fb..c84e9d74b6533c4681ac975c4b4e340710153c09 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0126
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9493d33e14056794d8e7ccf3f83ffb07747250db..7039bdd2a68588fc96325812668be1f2a36e77c3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0127
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 rfc1413_query_timeout = 0s
index 53ecd84b2c0df4ae108fb97f0332d16cf3ae450b..c81e9402605812cabdceb263b97f76c88ca44fa5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0128
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1d6641d9255c409fef08653012a0bffe310dc20f..721ed0f616eb5c6e57f1ac3d00f39016b6ab4636 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0129
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3a81fe2dcb8eb0ab48cbf78b47ee7fd64be50956..bd832f1cd97ef076e5f6f5b2f95728a837a805a9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0130
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 46005697252b1a07865201c69cdafeb4025b79d3..54bd6b52c509d906d219a471753230c96d32892f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0131
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3b4239216fcd3346304f86892ba692c5b91d82a6..e0918d77c6bb9c5fa5635f55ff7f1c9247eef17f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0132
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 11b2ab3d989825f12d0db0ff0f57f72ada3f0c72..ba797df70bafaa680a82bc3047928f6498c6a0a6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0133
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 607c7613c6e4e0fc27ffab788172607a6bef0d96..a7f3d14a26fdaa3c0732a74cbcc99c7e54d185be 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0134
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 233d48b4c769284b73a0c3faf26cafd2a1ce458b..6b176aa04a76f277ca0063a9ec08dd44752a753c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0135
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7e0cfdad365fc502f2ea36f40ba0d228c51fc8b3..6754a5b7f8bb292d11aa9ee45ff6c1cf7a2504fe 100644 (file)
@@ -3,6 +3,7 @@
 BRB=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b69bf640b9265f2700b3e19026c9570566e53e78..1cf1f852a07942f6de95126f20326b9db914e151 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0137
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 521dcd759883c2dd5587d360242aec9286c1fd0c..dc601f419d3c89214e20553052924f3f2b8a1c62 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0138
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 5327de987a3356dc352aace506875863bd60d668..1b7648f2b3ed3772a9e1791bda32497a610e1ff8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0139
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b228ba5dc0c07b1144ea249a62d42fba97e19705..addd28b6dfda7f1fd5d56f86ce594630bcdbdfb5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0140
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7ae9a70299d1f63629474553ab58c566e6f50b17..1bea9ea9ef1e37e804dd3c298079dcb2e4dc9d1d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0141
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1736e9a1bf35b2a3586641d438b0b1b9f2ee4557..2c49219fd393439e11743557040c3839d5307b0f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0142
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ad18789c9ad8dbc442c082967e9a3c48738a41f5..c171227bae071656b41a46dbb4b819e53f93c7e3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0143
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a0b6860a98a95dc35b91175ec6107878824097c3..f4e1d7f28ecb01aef807fbbba2323dd5d9b01412 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0144
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index ed7b7bf86e7cfe92fe68e4b6360edcd8d013e546..a635e5f1a25e7fe5c6bc51db13cadaa75c03845e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0145
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 34235d1017c129e68dae64e755d54687ae9d4d7e..d726072eb70bac56e34a137633301ee8f68c1112 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0146
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 5243b7ae31aad098382bc565d654bb2ffb5ebe1e..6aa3cf243a7c6b120411c9e79f3aaac5875d4e9d 100644 (file)
@@ -7,6 +7,7 @@ ABCD_XYZ = abcdxyz
 ABCD=abcd + ABCD_XYZ
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index d2cf6d1eb3002f16f66c47c1ae2e60c32b93a09b..95c9678e3d6500a675d6a4bee47a766ef5896434 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0148
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index f200efdb2edafee9834e86ac982643793db22250..d9b68d9276f1e9236602cefdb79d123927008c6b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0149
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 455d676baaefcf9599b4ab71d8cddd8656b23bcc..33a4e3d587692524a55187545aefdc9f5a2a52b5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0150
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index db4e56ddba41784bf2420c37b6329d2c5a3af454..1b8c2a28bb3b3286ff78510d3f361fcc4dc3bd3a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0151
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0cd248785370c98104014576a91dacb4bf6e0641..d3a669be7f7dadae559ee5945436117340e6751d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0152
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b604f9b94af9138a640fd444a3a9c69516419109..8577340e9b8b13ca952978ec7c3f487792b632e3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0153
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c19c5842c6948f49f7ac5795029bf9afcd604908..12d523f7e0e2b452627d7eb316d38f5debd20bfd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0154
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3e112458a3d9fefad4eedc9ee14c2f6727d57049..55d3b4a98d19caed367648cd25ada26f62443406 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0155
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f24a064db6525f4e30e450c0cc1c5329e85284af..3c331cffe2d5db443848abcefd766b20811beec2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0156
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 05dc9eea9bbbbb40a7a15ddde206473e7242c6cc..41e9fea8525fe6d375a031ec0ad4aff194aa5d43 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0157
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c59767db5bd00a771c29d9991475801b6e5b6f92..bdb3a07af981a9c2fc1d868a92204aad606cb680 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0158
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c4f3dc5f91daaacc4885feb5fc5c2619523a56ab..acc21ac1d9bd50c239f0f66c9366ee7fde8ae874 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 48d493c76504e14a9db7a4849028ae5eb7503825..8f5a85e1d828a204a3ffd5a759340246edc6d1fb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0160
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index deb67e5b3bcd445abe2433b4758e238c131ffbce..8843d3a7b83e1e01a8978ba6998e6b5245754f56 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0161
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c89878959121801753f9758d1837eadddccadcaa..0f99b64b96abf51f2fe5e7939b7338472a36807c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0162
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 16d5292f3dc2849c62c0a1e2db8dc30507b2086f..eddb5195f818ecc2a71509e0daaac6845498bfe3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0163
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bcc34bb05a001afaeeb447bc05c5287ef37b7d03..a221e992a8f696204ffd5e7ae0dea229271871cc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0164
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 050b75f66807bdcc89f429767eca7b39ff9d2d7e..66fb1da86eb9ca59d554341b0535fc4740e4260b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0165
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b94331b44e10e9fc84fe71a5c76c3126a71f2099..f2d033404a8822a347780d3d751254d762dfe9ff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0166
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1e88e6d43261399de510f937b9f629aafc56517d..05ea86d9d72b6e9a8fd7859f6daf9dcf2f3635ad 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0167
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8a6d133f6b7c2e54ae933ffd43f6d0595e4c2337..1dfc866ca8e6bb520f31d2881d64951b363a9539 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0168
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a09a3f538f9c5f25e2c99c055ce6b5b28a582a6c..f5fd6ac36061444175e74fca66e8334840e5315e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0169
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 87c9cceda7d4aba5f7ed6a499e50e5c77f8ce565..e7265d3722c2f2ba291d07cf9fa4178a9901a57d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0170
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 70a4f070217e7027cf8b92e319f686d513701087..6ceac5fda7631e2a91be66b2dd206c084d91b5f7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 74
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1772e9008c25672a97e699455a1ce07cc1dff66a..2776485661c62b37dfbd808c573ce9ff7d7a24d5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0172
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 07763aa56f6b698e2f5a891a4009539c7458a038..957c23162e335e02d3a19480808f311666325208 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0173
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 012408e996527ba8af161eb91e1a27e330bcf1b3..f770e2fad27dce37938c2447a7ad4f4d86b2e1b4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0174
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7fba5b6aba8b0d8f49edbf40be58623b88b5556d..b6be9c2137e28e39d99f333cfdb232dd6e3c2267 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0175
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 725973b6759934817e208ff297c0a84327898233..35c8987a1d82baf2a44a1abf7eafcb12bd4a383a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0176
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 273d0a7c27b1fe28c7a7015518e94e04b7b53065..4157d2e53b786fddd72fc3616dc04bcdac3cbd48 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0177
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f13ae20da2be9986b3e3e0c2f7d53745e7c3ff04..e96c4ad34bb3413f59affb81d606b418588c9509 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0178
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0aee0c0562be96dea018a9bcaf9ce9485a78ba42..e57a45e64cfa069d8dab6837cadf2500c98723b5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0179
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7f9d824f8d3b20ba1d2ab00ce3e56bdae546abd2..5329b84f0670877f7f81d8ab4bf0a0fa996367ca 100644 (file)
@@ -3,6 +3,7 @@
 CSS=check_spool_space=100000000K
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d4e1227e5469c5d3752cd56e7ea7e77ccdf45268..8e5cd94825b9fcaf648600a99bfa16031bd75d11 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0181
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6125ed2686627b9a9ff6e995430a329fe36886f7..f7be6d43ab1a281d4e5d112389dbf0d831cd816e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0182
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 73478f43811f1e75229648ec58bb4e20a09b1cb9..d3340f9d5acf368b8356643457b6643d0a30cfc1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0183
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7b8cc0d0f0062457169ae089c20690aa31467826..c4ce1e8ebec7530544a1005c268c54b4ea15ec67 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0184
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 08cb1d2c74defec7d16e4201436f649de70a3ef0..3a53881df0f122649365889e134c5d7ae76cb15c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0185
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 931319f9481f3e5b8c839e978395902b15bbef27..aa8d6fed3bbd9d10f46685c63e8112e8e68e07d6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0186
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e93e4b4645be70bd342d24ba40d5ba3725be456a..bea279f6fe9a9b81ea4f01813a352675d9f91ae8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0187
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 60b8b307158a6778ba28c0f5ee7feb3d5ed1d862..bd3b701f9fd539edbc849e8c0f552f9ec6df8b9d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0188
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 98bb2365be4f8c0fc7fa60022703e4be01bc3658..db2467bd66bbe613b9eff85533b85663da2c49df 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0189
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3b34b0cad19a6dd2cca3ad8c4f89bf34d675a566..8adca0e926151b00422a88d887d353c4fba7a09a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0190
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1cbe7eb2c20872e3ec5c22f9962d4afae860dc61..bfa0abbfee23e2c4160d6530e63dbbbdb7a866bb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0191
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d67e0bda4c6268c7ebbe4c54bab6cc43e86e161d..6a0cb56709a600791a87c7a915a78a309b196ab2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0192
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9410a4d4da4d085527c819841eb201dffe6fd80e..a9229d160b448e035c29593eafababe13fe05992 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0193
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bfcaa50607b7c776e22e8a464a6783c24ec9c4d2..d524a7f0111118fc037dead15d733c9163f7544f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0194
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 19efd4e41cc95c413664ddfdd135978b005f660b..13e8d0aa7a889e3ae7812ec522da149c73015745 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0195
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 214f5292b6ec531eec6ed4ee0b0d32d353fa2870..31c9e1779be21d9d2935a077224f12d2dece2773 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0196
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 175b671cba65ddeed96a71dfd0a9acca0a2290d8..85389cc189ed8fd5e07b6e4f2793f7134015ecc8 100644 (file)
@@ -4,6 +4,7 @@
 # and these settings.
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ab05bf195112c51cc12d8b56c9f8772f08573c0f..37862f7a6e22d9023ce0479fe3e35734c0ea7ee3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0198
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8c84ee68905e092a68f7413f719dc72f17800b97..2a8ef3e68ff8b16870fa19e79a07be0756e8bdbe 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0199
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 107b63431ebf146918b4690a651af314904419bc..02764dbc8f6fb979543acdf17207055291dfebb8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0200
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 284e3848b85282c7c4b99363c380e6660b6d512e..56c0aed82681b326638f12623a8edb8955dfecc6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0201
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index da3660c2709b6ffb82445d3a071d09ed72d5e88a..13d7a55fca9d1fd9fa785a6777360f67921d7788 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0202
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f1080e060fcaaaf4120ca10dae890c97b60c4fc5..c9d25ba1ecf92b9b44076d28200d925768e357eb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0203
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e7db49f7b617831984458b18f6cddac28e5f28e5..e24610077b41da9e92381f6cdd5796cfb63bd6b5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0204
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 42638bcd52a6ee7e5fc837287b5adc82c5e81aca..8426b99832efdec799cf6254a1fd350eb52b0e69 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0205
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ca3b96eb78aafa6f888cc39e26124460a1bbfebe..ce8a1fccefe922ffcbc040db4d0abf4820352807 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0206
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f119bce27d4e97d46221817abed19ac250615c06..9fc9ae4761f13c2eaa3cd17bef4bf37b71e2dcb8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0207
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a80fb6de57e4fb1c78e894263259db795e41595a..a6cad8bacffea6d2c7fd063969e2139774a9d796 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS = true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b9db7a0cc7c9061ac9796dfea0f4f55ef4cebc70..5111b5a79b70db96e271351d1513166fa0de8123 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0209
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 486f1ae3d15d650c43802760a719269a2017c6d8..a4724cd5b5d491401159df52cc7819c6ca682a83 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0210
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 389437340cdbd393a69c227c7aa0bbee1d89487e..f5a29d0ad35d54f0da4befc479f49388450774f0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0211
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3c0f49d25974beab76eeed57f948dea0248c0742..96c9b307622da007e7de86e92fd687cf4fc285b1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0212
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 16a8a33a86bde25bc19afbcc4a5e5230de1077c0..4032d529c500d84813d0673a3c7283726467d491 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0213
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2c9e03893e8ab347543ff8b304427cc76c3a41b3..e73bc1edcac971eec8cdb93d05d7ffad80daa72b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 215
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 102fd0ada4d8db25fd61ce8495e0b1f8b051e720..eaaca7900fb8e72c1e09f89fd2fbf7ca7dde7b3c 100644 (file)
@@ -5,6 +5,7 @@ AUTHS=
 AUTHF=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 04195d15323272f949884e0798115b240f6acaa9..352207e591fcebdcdea39ba8962af463d7827277 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 32c46e2325c7835af3f8001859869313bb009dfa..9fab5da0683ae34b3eae29202305bc3cae54bba1 100644 (file)
@@ -3,6 +3,7 @@
 HAP=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4458e18466500788049fae32eaed33e8c2355357..cefe1b7a496234da28462c123588d00102803426 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0218
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b221a88c8f8f128692c8646a319d1f80df95d7e8..6fa0f558e0294b4a242fc50b2586a00dca854aaa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0219
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ea7f2f58fed95196939ab791588915b76bde8069..ed1cd6bd3b2b8de71a63a1818962daa56fdd6c79 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0220
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a05aaae5e47a41ca716e5f09acc90e085f008bd9..a1f7cbe3469bb6e10a285c1cc290978b63ae3c36 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0221
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f6f720ec71900ba5e794886cb7146771b91c03b2..c61f5fa7373b4237dc98e0b8460b95a08b3e410b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0222
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index af375c9903101aaa1cf39d78cb8b9c6afc4d32ae..da2eb3fd88879e8a7c1a2bca2b43c3bb8ec1db0d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0223
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 9ce4bc492de75fc691c5646ceb355f49f9d7e3a2..4b9c351e7abf5a6e9545f9f9048de74e4f24548c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0224
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f10ea4b711c68aafb846f1680f11ac012e630b0d..1d34f3815bc3a0aee8f232d695920b831ec45705 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0225
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8b6a67e452a67913ca507965d85e42cf843a850d..6b09506215f705b406cb8795dfd997bbaeea815a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0226
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 06fae3f560f7702b31f8f4ba0be8b82f7cb6e455..eb1fb13011d65eecb6c11ac235a46b9e1553f63b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0227
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dbf4d12999d23279fddeb6de23cf3a962f20361c..46817327d963969adfeec198878cb4a0e513db6e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0228
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index af78f1c5cc767aadd4447617121d971f3a4ac28f..9522bb2f73107186d63b16acc9492fd4e047d8ae 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0229
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 82c0c0432680d96a733c5668824329784410645d..967bbc540e3e60eb54b924d0ab898c09c3940ebf 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 721b8f7e5715df99371db8ec57f08baa19a26153..8b85a44c14126c9bed7f439290ede4c087a8f913 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0231
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 99edc2876d46b3ce3ebc4c6cc14eddf8ba931dd8..45e569782d186b13d96175bb5e8fcaebc71db2e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0232
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 15c605c240298406dd979c3b55603aca2bf16f91..855f73c0c4ee6111dc1e8d9a084e81b07a65fdc6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0233
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 69c8163ee23815cd64be1bcbf303fa801223b8cb..7106911fdbad99b45a4636a2a9da41f0f434ee1c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0234
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4856e72a219b96ddb4efd5f532831213cc4857af..108d46969660eb8a0b969d318bde89c3aa943983 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0235
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e2402a5f82c2169fc1c4edc991e894d4759c5ce5..711da37e47713f858e08789ffd624cbe3b679af1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0236
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ff0fb76c225be18325dc6f3d008350c99162de4b..f4aab083f1d6fe91fcf903dadd94f4a8a00ecf9e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0237
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 6ff214e9336d5f6336e6ecced9d3a0276483250b..14e3325c74b5e8c69a89de18da1d7cd34096bc91 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0238
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8712fb90931241edb7a2ee63cf55fad2d827155f..10d10a6f230ac2498d057c939f84aba72f8bfcff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0239
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 91fcc9e1e608e9fbadf21e4914356c076a68a9c5..c9716a7887224de26b93210dbe1b39f85f622c0d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0240
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 03d55b135bfcf43ef6966881ce405d9f39de4773..5822b8aef66d61f479cc8e8cbb24ff9c6139a7ee 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0241
 
 exim_path = EXIM_PATH/junk
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0acf78fca78d4c53f27a82436761d893040cd35a..3aeb1e3dd54f7d1e5b956bec586f2a5dcb93c657 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0242
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b703f3466a94d0c159e44d530f9ad7ebe13f0623..5e3cc3dc46b4655ff69b9e272dd083bc3e82c16e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0243
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f9fb3b525188ddf2dae9d2187dcea75056e7937b..feaa314fc66471548036c74368d83a6b119fc42f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0244
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b5a55d4c6c97ed0b60046871d363f938376ba2b1..80d29467ff2da2777c072f9df8c497f1d67f3e64 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0245
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 57d80782568fa3700c50f93d83bae9cb51f8e1cb..36a8e8baf1f35bf97050c58b9b98661fc09dd425 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0246
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index eb11b0939291870a742e87a4c8d4a7a964637552..00f21a33aa7152a7af779b29f0bbbc00430b0972 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0247
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dc34e53e6eddbd7ee79b4ba5ccecc8d5dec837c6..29a7bce8a53facb7c023af0bfff089d4d27bfe67 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0248
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index afeb2f7394b365dc7b34638202f25e93383fa317..6a7c5da523127f234b041b2776e9ee5e6c29b9f8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0249
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 06ea63643834340d6b6146561017c827afb94299..370a38bf46cc527e68f42d02da0ce5854cc79e6f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0250
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 69f04c08bc6dc50c7f5667f07747645a11c2bc7d..7936f31eef056c27931682d98a64c2855f2ce80f 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 444aa100f7b6a39fe9fc197a2a4b4c81b5b120a2..e515d160637a30c437779ee8189ad9bc9fefa6a5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0252
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b72de8cd2e19f0fcf06eccf8b45579c632049f7c..faebfaac2527e460fa601b23436577eb02147d81 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0253
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8fdf9f5818a075a38c9934948f129ca2c5526c07..a2bd44ba4c75c32dc5f2d48babe9797215a547aa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0254
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0de9863d5066a9dd9e293f04fd9cdf63601fa083..d372e0e14eb17bbdbbbe617122c5b80bd207b361 100644 (file)
@@ -3,6 +3,7 @@
 OPTION=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d17ee8d9f9aeb526ef4f7824629fcbd40dfec625..fcf138d1a8c318cd41974a27496105664ee1dd35 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0256
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e0bef95a65ddbb6db014d84f7242cd28b51d16b2..c26ba2b2a5ebcce1f893e148a5a3ade7c019d2cb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0257
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a507987f3dafba40483a74a306bcbbdb293f2c6d..e2c908dcbc3ebc50ca012584e5c522c70ccd0b09 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0258
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cd5c303628b86566cd7311b0f4d5346f65a64221..90adc0764bd5887158fd1c09da7b1e181e8e3916 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0259
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 40df0612c19895decf47c124991db22556bc1128..1b29b857cc97305e932a0c50f2ed9f5c3f6605e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0260
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 62f161f0e5007a33b2e7b7c247375e394e2bd475..0b0b773139412cbbfa60a80cc6d13c69b4df7275 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0261
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b884f80d41bdf678facbb66d3e25d1931dda23de..704e0c906dc5ee392ef3ba407ac5891defa1c645 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0262
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bbc69923ee3372ee8c8f9f8e9bb730717c742aaf..7ad3e0e36829c44c1e1b5c8f73db20c57cbfdb7b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0263
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index be718bcc9905fdad2ab0063ce921d453bedbd5a8..2fd00ca2813ed36b839800c8396aa62b168b157c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0264
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5070e20fc2162c860b41a0650d3eed5d12db248b..63e68440775ec24aaa34dadc5ada934a19806bfc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0265
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 534abaea8aad5f56bb9869408393aa3ce1ce35da..a0b6b118511ca73aa3f87ac4e738259ae2fab0a0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0266
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b755a33cae8c892a819e6f189ae1bda09d29df77..f7c9e65d9ebf8b58c8b3854d3e510f5fb3274d46 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0267
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6be4e662f31b928efce74aff533df1326e3a5075..ca336039aa7e4fd944df27fb7df1f9cc05f90cea 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0268
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5c992194c5a1101da4ef73f5f619504b4ee0868f..133157e95d6554849f25ccbd59ecddcb522560a8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0269
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f05958861b8a8ea4e5de18f9c34425d3eef5a516..af25831ad4f6b7ba1568bf75ef2ace512657ba3c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0270
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f3fb43846b5c763bf37cc42460efdecc8cc4923c..04624fb6a560a9afd48feb5f6c0f115587177a3a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0271
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 94955d8e96071ef4adfd2e3137c1284f65d64b95..0dfd48ebd8ca2d4359592a5c64cd1ed4a057db3b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0272
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 48bd719096e11a016501428a8aa81100a30eda88..a62098df862806cb8d1d4222442de0e92bab1f55 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0273
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 72005a6c48d99046b6d54e2e90f6a71c3bf188ae..dac6c1c898130896abc9d4f303f575de2345904b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0274
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b96c65bb9daf57f8acf5001a02d164da2e84d0cd..75bd9e9507c76f5eaf24b54f0c969e274d2cb2cf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0275
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 96ce2095777c49ad4bbecb3d1942825c0b78007c..ad14b64683172f63693c08e3dd80b705f93142d3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0276
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 245936a948f73513106acd56c2eec70738c5963e..706cd8622c5631fd2c7153dc393f6e6ebea4c38e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0277
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6333840e45983ab130d7c9009034e6d23c783c4a..9b6700b621912ae62fc4915ae1157dcb6ac4e8b9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0278
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1b83064960acaf9b75ec73a8d139b08f2f96492e..e17c63be3c08078764fbd24d7715d5634eba6856 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0279
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 17134c3713cff8c1efe4dc26a7b8cf82df99d1ff..ccbaf507e881b758ba87e289776c29e23622d48e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0280
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 002bb1654592764033378c0c89171a354f45b37b..2a9cfde3e987cb565a62f5bf364eb7b2811bb6b1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0281
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9ebe5ad811f68ad886b2c3f525d5c3988494cd0f..6b0c37282ee4e97192b59dcac78c2b8066a0ab3a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0282
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 760109c3ce7a94c8f47a108e683cdaa3fe08d2bc..6743ddedbb21051c9545d5094090781b02414a63 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0283
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0ec0b0f931f44d5601274c65a0e04dfc63e8bcd1..9ac69866dd0585420891d7455b3385e089d96fed 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0284
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f583248170e0b813d79bc26a670b9b6418a38342..793d60f7a0d4cfa7e4bd6876e518e70d1d93f4cf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0285
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b7746b5e7dc2ba3d26d5ab230604fa3f9e75c9e5..cca68010c3a698936a2ae595510164b8051f86f5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0286
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a355a8b365065ac348febacf824a27e204ecc592..d82cab0b0f41ac72e48079d5c7f50c3a5a12f8d8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0287
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 938e08ed575c1bf0eaefb08953297de61bf4aa9c..fa629b48b9c4b591766b0960394c0ee2a37a3f30 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0288
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8e526084b1a365e84cc3dc0c5c59505ff3a96882..430b0d0eea050b81ebed090149ef1a394bd75c7b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0289
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 929a907408f2a3d2a3c04ddb266d6e88e6fa459f..773152135d99067f326d7b38b7c1ab83499b7250 100644 (file)
@@ -11,6 +11,7 @@ C2=#
 C1C2 this should be a comment
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e7506373c0dd0ab50b9256fe9da36068cdc9d5d3..e4634f678fa8dc346c7acd1ffea821a70a2989f4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0291
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1dd0769d0e69b69a30dd8e0779268040345e329b..54c14f4942316fed6077784bc938a2ae41f2d0a4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0292
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3a402d410f567a4fc4731b72522e73825c57526a..ce12858f634bb806440154b4f1cd914b4bc10fe0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0293
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f4b9e73be666137a923b719aff68f5922a0a01f7..b75566ffd7c7670865e901896c20406d6d4c3e69 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0294
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cd85c4525fe30a79839f0c6b09e0030e20624766..10dfffc47beb169496b55bbb1a7b6f8ee5dad73d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0295
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 194f4043c9427d37d5ed9bfc66bd16fef882bbc6..3a7b5874bb3634328dd592126277f852bf1d49b6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0296
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8f6b6d5c60ccaa67a46817d37f44b0410102a26e..5ded3cbbe018cce6568775fa4f8c95e9d361ac9f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0297
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 13c2779850eccd146df3e69e5aed46f77535a600..295aff266fe584d57685ae0723044927f4453b3d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0298
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0dc862f0a458f9e382444b01c1df63e5aa3178c5..2434270dc2ba4b5a9a03fe15bc5f30474fc83bc3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 347
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c22dd5d03c8c07d463abaff140246713dd2cf29b..cba81e028d25c24b18cb886b8376315359dc019d 100644 (file)
@@ -4,6 +4,7 @@ DELAY=0s
 PAH=127.0.0.1
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 381324372cb4539c64cee93187836ecb9b29cf5d..bbb6aaad1fc1f87104ed7d6e1ea1bcaebe3fee4d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0301
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1261815ada0084f7c488f070e3f1cf6f2e6a4937..6f60a0a2099706471796c240cad12a24b39bee99 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0302
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b5ffa4573e01dc8e486ff2ed8b45ed65fa95477b..82b93d8fad8a0e9e5223427db19cf5d61bb2ed69 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0303
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d31627f244f32beb78c3401c9d2052ebeadfb675..b99b6d254386bd0aaac991f554ba18f1cc7cd713 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0304
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7283f14a5ee1ac0d74df97bb4d484e2324d2788c..453610eb2bb54b82ea413748bf1b58c81302cecf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0305
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 85117e017b5d826fce9bfb7c52030cdad298245e..8b81073061467eb6df836fc0b11a72005415ebe8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0306
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 901ed1d85a53f13ab5fefc3882437317cd55b40f..b87392eefafea39368cc96c944e42999b8a9a7b2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 356
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cab9279e7a3310188c0d05f572478e3659b561df..96704af068fc756f44e2f12780a40403a4606651 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0308
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f8ed89e55de318a6d40198c26e90d0b364cd47ac..5e52b31d08406404f3942bbfd6239a860560591d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0309
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 74ba773ae0a65bc394bf4e359ef8332b37cda706..68ffd385d688170076dee2768c5c74f7c2fc728a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0310
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 34a99b6c5a7fbe0f968a507b37daff2992f51a1d..9bbe51f3dca8cfe3a050a989094db7bec9188c56 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0311
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a9566983e266802c71b3cc8662cf779ec0a2cdb2..474e7f5ef31135a870c765206f8926e026bb13ef 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0312
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e773e3bf1f8fe3c7779a0ac26214719f6ea41f3d..34b9edca9df5cb5a072708ae87fc93517bf71ad5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0313
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 78ebf21569198454c7b8e767a66db41bbce1cd50..7645b052d082b16b1f8320fb7f56ba95744d69f2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0314
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 69525e73466c97392a62bc50131699166122cf15..63c0606b3873caeb4f1e80963bd49802f4998fc6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0315
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b953e6f51865870ce8eafdc359d3c2eff2a53202..4eb43a46b08c1abf3824912298f60563b278c050 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0316
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0c3d9e5fbeeeaf5d30465149248d0919181a8b5b..ee1989969c1063a3b48d69ff4df86fe53507718f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0317
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f4872b1b510f124fca536c5c1da72c8f1ec79b30..45b48db0740248f9867cc36461f140edecfca06d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0318
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 62ad75b245ea6fb59995ea4c1beff01c04afebb8..1c7e34bdfc5f0308ddc4b99aba89e26c91eb6529 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0319
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d14802b7bc7726ebaa2db21b0ba68a191b4cd2cd..f811d9e47f8d50e7fbd3c164b1f93248169530f5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0320
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c5227a37cc14d5c7810d80aeb36f1f971bb9a64d..d0f6a4ac2d6ad37bc1a05b81d5a7f6ca7fa36c8f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0321
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a33232ee6a9929b79a16377c76eea625c41943bd..e8f87bd9e0440b291c680c4ffa2fcbf3e757a2a2 100644 (file)
@@ -3,6 +3,7 @@
 LS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a6d18c5d19b7110748cb408f88517fbe4169016c..d39cb7599eb0d0ca110950114b9f89e5a4789c80 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0323
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a725195aea2f1941e24b91dd0305e52744f98c48..5ad0ca6db2e643479ed9f20f5c04f91b3d8b789e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0324
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5310dcc8dd5ae2d2f81c83900e0a141f18c37086..5572f6aa75799f94d8a0e54ec1ebb842e615bbe6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0325
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4b4f49fcc7bf5d9e963ef07add7cac16374cf18c..257f50405e630e64851fd050e838e3ccd73fe9b5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0326
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c055df0e61c52361e8651a635b72e987e10c86dd..89e209942f10acfaa28c0b8e361ff39d481583a7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0327
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 29d732a60c29624b410ccf2a7af0777e725eca71..40a5cf8a8ebfd12d129ae963b73326c6cc4543e1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0328
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4caeab0035523faf8331d6891ccfaee78528f1ba..221817e4a4c768662d77de0654af76ae7a979271 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0329
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d4ab3d46b856d4c0897e9bc8129f88cabac32825..71e0645b80cb69289fa25a74fbf26e0df4d9ed65 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0330
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ff3bf416cd2b20277297aa9dbc0dbaec4961ed7a..cbcc9953b6b83947b5273d822c6e5d2a83b1895b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0331
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f9ad188d6b494487a740ea75b3b2e61ffdfb5aca..988fb672c200dce3ea0545a5d5c75f6eb2cdc316 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0332
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3e97eb804266df5487b1255eb466529d0e65c225..437aa89dacd55031d3fc452425c4bdf4c53783bc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0333
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 54c547db369b50e69fe196cfe4199b695652ac3c..4cc0f6d6d3cfe3eb2ace56146baee1f4f2dc95ff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0334
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b6f6281af9b677470d57b89b9ec23d3b6142f6d7..b5ac16d616bf1e7e18d33e0ae8e54aba770c8303 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0335
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fb6b05f23d13fd2e293ebbaaadabcf3d610882d9..5f4556b97d416835cf382013cca806d4622cd22d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0336
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4a8f4e48e6751903acfa16ddefb97cf08ebe9eb5..631416ac7afcdfea2ce5386dcc469a4940085a6f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0337
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 506a5ba3a7bf79de60b342b750485f70d37f8438..d888e992572fb14259a7d4919b9a483f247c2b64 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0338
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 720481ccae512b237d700b00962dca45d0aeac56..6cc13fdb95d9623bc564e65ce7e974d9a12fbf7a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0339
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2184b4d8c97d739645fa16f1285c6824cfccdf3e..4b364270d2e92428d5dee57c7aee23577fddbafc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0340
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1719d5d477b8acb8273ba976e8b764ec83f9cfe0..3924119efae27f89f22573c2688e2cba5fe76cfe 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4c55b23818e2df5fb1eab08694e4aafe15234361..9f7d1e397cab0a723867c3201d485ce3de522c43 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0342
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a69498934b91d2f16798ed92df882a2db296c77d..465f529b1bedb79bf1b94f4014709337a9973b9e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0343
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 52437504e75e1264f69a0f83e2253b43e5677ec6..0e898ef49f4d41f9dd3e408c8a6df63167bc8d7d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0344
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d0e855f7bcfed4690eb36421560868bb6d14f0ce..04845c4a40c60ba37ee7f5f7da211fea300a3b26 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0345
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 770eba91fc4204dc5668a35c922417b9f638354b..1d8dc82fe4e8a46fa5406826dd414db923f72b15 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0346
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 91da97aefdb011432aa310c3f190f9faf0e2602e..c7e0e79a61743fcf7ee50ec6bc6e43ad8e365f60 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0347
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ecbc0078562783af555ba92ce7f81d39a048816a..022aa83cc22db767e5b389a6ed36c59ec75be9bf 100644 (file)
@@ -3,6 +3,7 @@
 RETRY=G,1,20m,1.5
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index edede234efc528ba135dc7f2ffde45d66f811cdb..4b27bd21589750ec33a551c358f0459cce4cf414 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0349
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8dec55d70bec651561fb3e1b815a3189eaa152c1..3acf8eb22df79dd89751bdc1a33782b49c658e88 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 592
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 78820f2d96b744bf98221497e446b54d617a7cfe..724f224a90c4dbb4139642375835000d8fad2991 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0351
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a2ae86ff1b84c3aaca56a772e0341b21ecfb1003..ebab590d524e6bf8d58d51e57ad69b80d6296ab9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0352
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 5fdd04e9e7b22076e5e399cc935f3996f6f096a7..82deada4f945677225ff6d338c2871ecc093b574 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0353
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d40b4f553535b47b8e2ac81e96e472aabbaabe32..d0eb7675db62e77d77dcc3b73041bed2d07057bb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0354
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 9b86cca2e2b438e1ea39356faee2d8bdfbe49e47..0fbdaae7f35c4c8058bcc03960e8fbae584de72e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0355
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e932119043f56d4a7e73a70353665a662111b0ef..8dae9f399d8be63273d12805039757944ad2212a 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 560676b14848a66a02f265cde6500145973d01b3..cc28f95ebb7b1f4a9535ba5322322a4b16265801 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0357
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e66020b695c0ab4f93678a51c83e5b778c7f4d02..a89d04d4d8dfb28a9281d36da809b5a1ebad6d43 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0358
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c24f6f10b00b8a2f250c3f5b77fd80653884dc59..1b0e8f31872b7370fda905ea3a80aa900c2e8222 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0359
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0275cbd5c8324ac1fc4df9a36becac0b32898c03..9ed8756fbcfb58bf8b951d1d5997b7a5a90f9c42 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0360
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ea1f39192ea230416a3b22b0b6aaa539b0a25902..c0c54b52d8e8dd4da9e7b22c6516302511cb5003 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0361
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1568939b42563926417386f387fb1bc30fcac16b..9ce8894ef10c56ca51afd24a7d51d1456a5b5f80 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0362
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 5b7185d4282c47c0cadd791c82da88e94531fa78..737c3af18bf513b747e19988284468bb68367b55 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0363
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0ae70d664c3aa660b60c899ef1ac42cf8e4cd8c4..c37ce6c71651f1c046819bafa975f14492893bc1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0364
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 54e24e6d4eb6114a008b1c8ec887ec6ae9b5b88a..07534aa81fd71d831bc311d39407aa701b514d3e 100644 (file)
@@ -4,6 +4,7 @@ DETAILS=false
 SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 930b6467d161a771cb7191383d7ac11228fa9548..ebde0553ec04b170bc0b9d01256633e7bce744ca 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=5
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index f9a8d1ca559e562cdc2836ede6d89e6b944255a1..2eddd29871ceb4fe7b506f84397591bd9bc99182 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0367
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 91174204ef4cc4002f57e2d126ef9aba6bb43f66..eabb9153ca4519dbfddf199daf9fa1360caa2190 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0368
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 879b77eb5564e69feafd4f0789cd5abfe1bbee4d..2bfc304ff3be5c26621752b28cd52a3484a63bba 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0369
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f1f8a55f3c801a7d17145a6a9bc4c6fc06c24ce6..a6ef7fb29e6fde94890ce989adcf47a9adbf2587 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0370
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a13d7cd3f2ec60e62bf62a35465e6a63da93e713..f7236f8e73bd1773baebaaa3a00697d61ca5552c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0371
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index af03b3a37cab3ef664bb2b96ecffff831783e5ab..ae690c52a90bc3dc78993550e40e7928f8f709c5 100644 (file)
@@ -3,6 +3,7 @@
 STRICT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c02973a5268e4535ac18141df7f69185b11e6f30..54cfc127440c8aa7be975492f547f16c08451768 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0373
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3c1381b8c37864c599e238efc4adbfde3a747fd6..0f71cdd4d88193a205f4807ce691a1942ec822b7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0374
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a1322bbedc3e39b5ae185bb53c28bb36a65c72d0..79b8d22a7132fdfdcf28de9f47f333b26312f384 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0375
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d86d1dd558b71c195518c811748dfce82c321461..897c53873167635bcbf86304ed73db234a55dcf9 100644 (file)
@@ -3,6 +3,7 @@
 PEX=10s
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a08b494786e283736cce0e613d7b7fc0fad65ecb..5e5f4cda8bb8ccc45331ad41df87f9ad7c12667d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0377
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9eaca09af025b47a45a078805ca4aa55d3feb9f3..102d897efc622f67e028a44c5870d0eba4f58fb7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0378
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 81a38a2848c84c973b2f0548dd8d5cfa1f804b59..96b518c9b111f4fa85cc15c22d353afc2e79209b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0379
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c6bdb5a3b9434d132de724743eeaa854ecd9891c..b687107ee3ed2f7ca5219ed26984a067549a8672 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0380
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8d930c6dc1f60fcc3b6b5c91413f9bb680143b4d..0b2600b91665ee7ebb262b6b16a43c0f10e9dcbb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0381
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4fad2b69dedeacb2e05ddd1dc2dc2b3b72d2fa3e..321823589df1030f6581506398b291e69b7fbc0f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0382
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fbb4029daf47eb7df2e6168087350122a4efadc7..9d3504d11ac49ea084e6482948efe835261b8052 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0383
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 225a2430acb9d82b0099b8debdcfe274b7e97b9e..5f0cf209c18c51067b204130bb7eb16f64b5a3a8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0384
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 85172e6de284492209bac4b56eb3073b13f0f397..7442448def0b47c578b6f5d698cc316665d369f4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0385
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f88f1b044d3f615aaddc84834ab0747873d69657..a33ffe336dc185190199a69dc6e5b58fb5724c5b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0386
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c1100f49342188ea1466a51d939a309e688fdb3f..e75c8477f0c67d081e6f02cf4bb7f8245e6d53bb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0387
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0252cbd9e6532184eba06caeb228acb8866b1134..2ae5d43f2b74064a2d497dd3d56c75728a400fc0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0388
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fb9f530f1d99968b5598c2724b53ef317d31beaf..f2dba139a1e735eced4be5e34772c44d1cf8543f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0389
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d6e5b9cd84f1e3ab0596991c42917ec31999fb2b..f32f50cb881758351e09c69a2a831d1456aea515 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0390
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d094faa7ae2d68cf080f5cd3245ced6bfc373c7b..e2aead6df08960627da8bd9ee4c5a754bfe93529 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0391
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d7b0dc7e1ef28be89b6b5f342032673abbe5c80c..0f4dbad2d068d26f7d28444b0f475a0065df2192 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0392
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c7bbf00468dc6a639c6fbe1a4bd9911dcb6472e0..80e3d293d3f7eea85fe831b044b6d92dfffd58de 100644 (file)
@@ -3,6 +3,7 @@
 FILTER=/bin/cat
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1ccbe2e8fe34102d6ee2c0b458d56fb5a1b32424..651c30ecebcff8f10f5dc148c57370b737cf0b21 100644 (file)
@@ -3,6 +3,7 @@
 OPT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 09861c2de8cfe6c55049cb2ce4f58c818399206c..5d101c3d239499dcd5eefe9bfd0e0bcc9b9c70e0 100644 (file)
@@ -3,6 +3,7 @@
 TRUSTED=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 96e16f6c7f3b75b3cca73dec82ca0c7f670985fa..a80ec3c5b53b82331d6afe5b3c7110be64bb7ebd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0396
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index bce775a2eb5ad58e508e532947e74050d57c05d0..9a9c5b64536fa32aa343d0a052c80693c4531fa7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0397
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 31c561765fb6f18bcfd6cce3027eb1b452a76770..81c6c7e07aedbec95743bdbcbbbd5bfca08bfb65 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0398
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7d5215b97579b6e6724f2af720e0748cf0657bf6..3c9e4c031fcd80ce787f8a7986fd2511d7a76eb3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0399
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c7daad9f98829e42505b7ba3e01ee4cd907b5ac5..24346e036296273191905d59ce9148e330b215d4 100644 (file)
@@ -3,6 +3,7 @@
 DATA=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d77af0c2b67fd8275ae8a20f24b8a899924589a8..0d2cbaa38404c1b9df4f87006c4ae87a22a295cc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 2adc75704b88401a756e8e37a756808c45b23d73..502b781062dcae1b4946ef4861729839dac32ca3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0402
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d0bd93de036efc196ac9326ce1dce45328584827..eeeb2f1496e588610e65d225a71ab86d42436416 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0403
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 75a59498e92d17539f396bd63a7616c61c2284f0..cf5815e415adfb906cd974f4d17825fa14ad5028 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0404
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 1bffa68f3a6f4705d7bde1eaa5502dcf119d2a76..3af7118503963b52d8c3bcb9984c4ae430059fd6 100644 (file)
@@ -3,6 +3,7 @@
 UTF8=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index fa4ad516132924b1eb79303e158f8dd5877a3ee2..58283481935aaf07ac24e040a492a2b95109ac7f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0406
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8be5532d1f7743d1b559736ac993760259d10517..c39b8d307235b8f2fa3834a481c37f0d524314e8 100644 (file)
@@ -4,6 +4,7 @@ HEADER_MAXSIZE=
 HEADER_LINE_MAXSIZE=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e914ae983c1586130be64330b0dc2c4d50403440..4ea2199517a0a9a17faef8dbf6ec751532835044 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0408
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index be5b769a48de5dbda27d1e69cefe1502da973741..e856a4f413bb2c95a72ffebdcd822579bdbed02e 100644 (file)
@@ -3,6 +3,7 @@
 BANNER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b8da514f479687283879ff08574e19c4e722253e..c2561b28d6f7631491e0f94fc76888a2da9d0f27 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0410
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b06489d1035ffb4dea283ccf958c5a30330b4bb1..d98421ca80453db4f3e7d5492a6cc0d2e23279d7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0411
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 708cf0a1fb4ea05cfce53670c81b8144eaf7eb25..b829727afc9187ddf588cde7a44cef548e62455e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0412
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8ae83dee37366e6e390541bb61fbf864edb9b6d5..5876d63efbfa35f7dbf35980ee4914730158818b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0413
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 84ca827a3e19a0fec9801bab56793218269f26f7..97aa2bdee31856b7dab711abf2e4766c4751cc66 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0414
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 536eaa6c1e47109685ecb5482695e02db20a2697..189b18e06e4e606f36dc7043b2e9143f800fb967 100644 (file)
@@ -5,6 +5,7 @@ ARG2=1.0
 VALUE=0
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 08146e2592ef0ab623df7d60624b3c0432a64cbb..3bff9118de53d7e2d76dba41317d9de065406a26 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0416
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4052c570e509efa122d777e9380a9c5da63479d0..3fc99c897dcbe436bb434565b591153c394e9b7e 100644 (file)
@@ -3,6 +3,7 @@
 RETURN_ERROR_DETAILS = false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7df596962e2044d6c642d65e7ae9e9e43bf1eee5..b7516d82d2643cd48103ba391bc84637d43a44e4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0418
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 72dfc68249ceffb5b3a6b0e525c6f201726b54b2..d3408ed11239c84411b4dbee3ed697ec68fdb9d4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0419
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0ac496fd55f080a290017e213421dccf894c1c6c..6704a06a0ac802100cf477b73f38efb467b02dd6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0420
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a5feb10f093468f2a0b735aea9854ca5b9976cf1..a533498279c56cddd1f147b384840a56f6eb63e8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0421
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index e913725e752263821e81e9de6679869f5f8b91b2..50c5f9853b85773c3e187c19f6e25ee516b055b7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0422
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 0f5ae85f6eef11c740686445a84d10d488414175..8dc4a2a809c65d13723375fb028bad3bc0bfb5ce 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0423
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 16b4d6578bbe08d27cbb9136394a73d779b6a926..47d14d04a5095aca8e06a6d462a2fc51708ed6b4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0424
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 73e3fb81b3353912e3071f5cd22e8967680ee3f7..39952077b21df012d882e2c687ff3ace9bcf9795 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0425
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index b61fead03b209a4c100de21f6b8721b61ff7cd6a..a4db6b63d0221b5f8658641ba4bc8762f0bad83f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0426
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 156c7ace852c34d0b0210940fc293cd5ca08f308..249b5f0d0e5d61ede770dbf468190f851548e6d0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0427
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 60b49e476672b3e86fce711f26780a6459569cf9..2df61b84449dd57c991bd31180c1d34623555cb8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0428
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 68e7a417a3e2bfaf0367dab2fdf76afaf9d159db..bb26148082396c38e3613572d55529e950481e57 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0429
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 847af4ed2ac9e3a69c05371c58b94b561da2fe98..a43e0acb8ec7a11328deb14757f3bae9bce92cff 100644 (file)
@@ -4,6 +4,7 @@ LIST=
 SELF=freeze
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0cf94222578ff37e6fae681f9f151530bffb019e..c1c8557ddfc433cc0e429003555494ccd5aaabf3 100644 (file)
@@ -3,6 +3,7 @@
 AFFIX=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1f69870de1d937c734c643d54ab2fb9da9c4a6c8..362f9ba3d89e2bddde6273257311f63651527af1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0432
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9183cc0c307e678060364e1227dc5a3e23a92e97..fad3cc5e784f42a69187c9d34348dc46a0c22a55 100644 (file)
@@ -5,6 +5,7 @@ IFACE=
 
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 808caa62c02bbacb0e5323632223daab1bde8a95..fb068b2901c4b80bc85816218214959061627efd 100644 (file)
@@ -3,6 +3,7 @@
 ELI=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 010f7cce78d31f134f04dfc11a6f2d3dbf68a78c..cf10ab0c64cc85fbb94a9c3fce59a3a8a61eb595 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0435
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e944668d8b563931b059494c54e46988e3015b19..bd4b70f9114a5bf13993cd5ccdaea05cf763fedf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0436
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 73ad8b39e27701891176a69b1262a1451a131fa5..55224c8d845c119eeed7d88645f63d8eecefafe0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0437
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 
index 2b129db0558efdc5483b83b3c29c287b924dae6c..f97a4ee4c94bdbfa2f226d0f625f242fc6a9530b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0438
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1d79e650bec966a60a8c562f3aab9c7fa6911c25..c400312732c7bfbd73cda1490a5090105cd90f4d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0439
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9c3bb73dedc59f20c680c5ce347f6c156c70d7d4..eae1694fdef3cf7fa465ace6987e195724fa8455 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0440
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 12931ec6ae23fe1d34c5a9c305354dc966c1bd72..727ddfc8550db5ec81a5a8d797524487e61d5f2e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0441
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 604abab7498bb0df002b9a1aa0b374633abfe9a6..a3a9c7e768005d81233d53575f173f03f2940809 100644 (file)
@@ -3,6 +3,7 @@
 BAD=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 39f07bff9ed0c55443afb4c24f493b9bd14f1b79..b3aadb0bf52893914986e82066498c77d91a339d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0443
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d696a9c8ec806e5b603026fe0df8acbb5db38a2b..47bd15bbcc433dacddf5ce9b7ed9ea6e057cbf7f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0444
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 55c65799aeb4a49119e93dda8a895cbf6744e2ae..c65c0128038cd7fe2a2dd6309a90c443af5371ad 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0445
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f74289fe9664abca912fc3dacad01a6f4b1b37b8..bb5951f6dce1de3c3a5e958d60409d0a815096b3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0446
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d3ce5f7ed1b7cc214f324b575a9ad66e5e2336f4..3e4b33ef9841db3024366948f54f0aef071c022d 100644 (file)
@@ -3,6 +3,7 @@
 INSERT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cf70f25139897e14bbe503acabda57f962a64d71..16ff9eb53185763c3d5188df31a68788c5e1b348 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0448
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b67d267ca8d5ba9d6f3d80d2eb4b07a1280f7d95..e4e817b5515cfb93f238ec05aae82e50253957ce 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0449
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fa0b0272bd653cabf71e06a2c2cb23077a43bc31..d9c3c59ee3097148fca3943efc35d5ce06acab33 100644 (file)
@@ -3,6 +3,7 @@
 EXTRA=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8c24991a99e15813e2131f292e0f0b364239b65d..043ae28f79690760b55f39e0ae7df89e8f3316f3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0451
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 59243205b22b456bc75b8f3ffe2ea240c788c0fb..7fbd26dce9994f8f5e24f758bf2ca7adfe9b88e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0452
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 87aa65b5878d97b80c2b86ea7ed172be5d695bda..3be29e263eba48bcd1d0d025d35d11f9bf22a5f2 100644 (file)
@@ -3,6 +3,7 @@
 LIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d0c1844ead46b14f3fed0cadf9e26354408f2542..648547e015f76cab8202b2c7becfe12228941726 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0454
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 14e4161f2adf21abe5a51b4ef8b8bfea401dbe5c..4f3f44044c6f9aa1d7f703a2d8cb9daa12a50a16 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 3adcce54ad99fbc864f6194f47940db317ef5a92..94ecb8f6c1ae1e2a204e2328909efd8053c62937 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 162ed561145363303b68c9aa2116cdaf85c8e66b..537c458a23e4037b3bf70dd61e6fe341c76eddbb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0457
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 65fa240809af0b0aab9755ab20a910d3de15040c..d06b7bfc4923e5646a5f2e4f658447554cb73e3d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0458
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f04d907fc68fd739f371cc3d4979f4c4830eaacc..e6690b31b87c08c1d40d2e642124fe612a013469 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0459
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5c3483190d367a56080d3975d942cd59937d9629..95f854b1dade3b3c2242e299c98f57aebf9ac2f7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0460
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5b511010422358b8c78d3fe8e6b948c002988a89..1eedad3bb76f326364048f90496b85f5a98a61df 100644 (file)
@@ -6,6 +6,7 @@ RETRY1=1s
 RETRY2=2s
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7ff47e6b5f9981b9b18caabe6f5905ea4a698b89..e4c47a44181b2373fe8b2852b23f3349d9df62ff 100644 (file)
@@ -3,6 +3,7 @@
 SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e81afcfb5607215f50e17fcff783ee3737ca1f60..dd5322dab6fb15ceb4c2de9c38fa12bb92630540 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0463
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1709839b44fde6f8beec44b254e1eaf5a2698d3e..43c723a4f86af7cd0d24ce40b70017d79e2828a0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0464
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 32c1664cd05aa73fd132a6c246d5e7f4039f312c..f20847936e0cbba0bbdd20314c39762a4caf9e90 100644 (file)
@@ -3,6 +3,7 @@
 STD=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 575f2ce60115599b3d4fe2f98b797b6133cbb4bf..38935973f66f8e1277474b2de6fd80131a979bfd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0466
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 56011f4a342ec85a103a4f0fcec53b45a169faee..02a566a488f27078f225abab7e154a327e1b3178 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 293e061fdb2fe4104264479c19a0f17dc7e6670f..4e640f64d91251b9dc5780f674d27d8f6857325a 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 45901515c716751171c0486cef72d0a07a96fcf5..e4e0365c182d8290ec0671a18428248c98d9d0b3 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 69fd848e4df6cfe070795949958e5a23e9830963..52042ec2368625773bf271e9b4ba77d1ba47a2c4 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index df8daa9c29938e4d5f2aab152924d2ee98fac0b6..10a8e5259a1e52bf5d58b59de64f534421eafbba 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0471
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f134e1e00667dae441223bc8e0747556211d908f..c817f26e14c4fb039652080e4dc5f8b5c3762832 100644 (file)
@@ -3,6 +3,7 @@
 FUSER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index acbe1ff8c10a58e92f77537ca1c3ef97c10b19a4..d8cac49a8ec3da20c70f175e5e88e243c6e7b8fe 100644 (file)
@@ -4,6 +4,7 @@ USE_SENDER = ,use_sender
 ACL_RCPT = acl_rcpt
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4596e39222ff64f95d4dc216b67b34abb44b7017..2c4598714ae04958cd6c7981e698a2a6e1be1e99 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0474
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ff050bd539ee92e890b530b90de2984a140af20a..22d1268ff0894cf0f060cd353ab050aabf85025e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0475
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index baa3f15a527c39195ebb33c224ebeaf726d424ee..001726ff3caa6b54ed1da93840d75ab07dbd4985 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0476
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 5296ab4dbc38eed6558d5b456551caf5bb0b224e..cf835dbd3ea5e83bde4f4f6bf5e423180bfc71cc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0477
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index bcdd98069ab7e6b973f7e7b15ee88397fce7cc82..4879d19267517df351e03b39ff1cbc22cf367e85 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 18c32d947ab5ef5f04ecf72deb31b2867728659d..e19773134a89d3439009063194e77e94e8ef7d70 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0479
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c8adb1ba5454d01cf4d957b5c59e762c7933f5ab..095b00d95e677142e515b4ec8c4f239f562defa6 100644 (file)
@@ -7,6 +7,7 @@ IP3=V4NET.0.0.3
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 212af518dffff0cd285bc5eaa7833b94ead6262d..966d766edabe35551aa94180ef2fecf2b42ee994 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0481
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 787c42367cbfa1e594b59a7e8a084f2a30443656..892ec7063f7db9651ca5da74626f86479837b663 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0482
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 753048bc4d759a75df1d0205bd15e4b9867f5319..c6a8b4b4e1567574e2210d16ed932f233de07585 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0483
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6410060061f4de6ef7a3bd912bf4016a3bbf1801..2b9652be5d3035c13c4e406716f2b0d335eb3ee5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0484
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6be2c23ad7f45d598f4820501beb091fd845f561..a05980478d2bf6ad741b862f8c9d3ef7d598fd7c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0485
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bebc361bc3fdd04eb061468403f62db0865baecd..3efc95b1d4cfbc68bbd3d168253b69bc2a8ac266 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0486
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dcf22623bed73a29f8151e7b59186623504701ab..0c40e6e7ac18092c79193221254fa2bc0324249f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0487
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 49261fa31e4ff429ed44d89e22cdc1fe20286a3e..827700c6aab6dd33072eba4b40d311747d42ab45 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 70e8dfe17f9442258f62008c9c8da824e66340a5..76336941db9536576408f24b9de278c2ab029e1b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0489
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 29a99ba6c79bbc6681c7882a0662a07f17e18744..3f730bc46fdc300a3463ad623ce75315863fed83 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0490
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 100fb9a80a4c8a22692d499b47823cbd95cbec73..6c8fd2f9d1bd685fe2751cf0f25207dca95e2b7c 100644 (file)
@@ -4,6 +4,7 @@ UL=abc@xyz
 REWRITE=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c17b11d98004e3f20d92321b2ffc0ecd3b8bb120..7a09cad5b5ab130c0eb35078d1ddd20597f08093 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0492
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 171617496d7c2e6ac22a4ac9bee4441997a9490b..bb749150aed2605367e3f24f1a40ef963f08365d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0493
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4426c2a6790b3e522774c98a992b684fb7cb2e24..19069e2f669b3f4f395bcdb684fd8abe944fce5a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0494
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8706c790b8ca075bfa53296b2f00bb0665f1d490..816f71955a3a7ac61c10642fbc036b75bbddf882 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0495
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9b03b850fc868ae1747aaa60f1ca27c5f918888a..a83059ca532f604dd44f37b276fb6d84414e7184 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0496
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 23748aedf1f9a82adff931072bc2aa2db3f67705..fc2714e2538568123b703e540f2e0be9b31477f0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0497
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b00c634ae86580ffe232b6555ef50921211dba87..8f01c3c5bfcbd078d51126869335e327cf3152b3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0498
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ada9e8aa528792db10127a22139afb00cbac535f..446cc69b421db680dddcdf563c30cbb66a3f5d0a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0499
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b069d2e011aeb2f11909efc379d876acf1df159c..08cd5b9cbb1fa96294637baf41ba21cc2717afb9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 258c5e05f36aed21e53cc8731b79e6c92c139a65..59a473d4f6d4d39805ef6e42a8ed26c522c5ac6c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0501
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 10e2abc4a4b93eb3ea84c7e9d20dda7e29aa6c53..611bb9e5caf532755f18f72c1ed5f02b117478fc 100644 (file)
@@ -3,6 +3,7 @@
 LAST=accept message = Your message here
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bd3ba5b12671ae9e36fda36fec36acd7a4e594cf..1d87cd703db1df684edb49a29297d93fcd5a1b39 100644 (file)
@@ -3,6 +3,7 @@
 MSIZE=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f604f5e5dc19c89f03406ff2c253dd5421c33e9c..4a3cb0f54b4413c7631e3b635aedbf7c672150c1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0504
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f6136a4353ed7f13f3fcc61ed2eba388f9f4840e..f60ba256834b83b0dff0134fdb2ba851c1f2b98d 100644 (file)
@@ -5,6 +5,7 @@ CONTROL=
 RECIPIENT=acl_smtp_rcpt=accept
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fb18b9b95d0020bfc6accf4592ae8fed123d6742..137070000423a932541daa59a7ab341952560470 100644 (file)
@@ -4,6 +4,7 @@ ALLOW=allow_filter
 FORBID=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 81338cebbefa6c111cd567806dc8ce45938bc3e2..525976f11fe7d07e7ab476db3ebf3d774001ac83 100644 (file)
@@ -3,6 +3,7 @@
 ERROR_DETAILS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2920ad6eecd2917fbb7ac656d425a69b3a6ce9b3..55a54a39fd261d59b3659a33523ff2ce965f42a2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0508
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 16fae0abaac407bb77a9d4d8a7581ec5eb5bd8ff..794fec0d6cbdac11b82ecac50543d32885eaa284 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0509
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ce40aa35c496cfb7058031f49e469bf5bede2a09..9d9452ad047c2a8fb16b44434bb1241cb09ae28a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0510
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f76721ac9f6581f20adb4c44fa82fba408e707a6..307fa6ee85ed7cff98f6a61ebbf464b31f471d00 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0511
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1b10e218a40c0d9ee1e98a1cca23f9950be0fc07..0eb88aef18f0f5a300eea6023e8e052bfbbebb7a 100644 (file)
@@ -3,6 +3,7 @@
 HARDLIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0db220b9959a8d6e1355ae186a3b195b2d602c02..4501b3decd4a9091496d590ca25c17f4cf342135 100644 (file)
@@ -3,6 +3,7 @@
 HARDLIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 29fee7e3befdb7774ebb9ea0a02b9133e84419b8..4512ce26345d2ac9c31a0efb5b4d46f99df2eec8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0514
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4fb8f5b6c6b979ff9d30d72f3508c3cc87b1a127..1fce1e34de9fafa479811e8d2f5856c1dd156df6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0515
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 74445af149a1b51f285fee4cff9160538057aa10..8b87b41f8442e7f33a29e913d2bbef712176e0c2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0516
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1b10c8ea44d24603879901d204209a52c8fff361..6fc1a5080b90a3e8238df40c3aec799cff0ec8aa 100644 (file)
@@ -3,6 +3,7 @@
 ERROR_DETAILS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2c200f07f2d422eab8e956deac440594c84e9da5..fc55cbd92c8cc6e5a3f374c928d7c26b15f14da7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0518
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c516fa84cfc3c73f4738122e2b4160abbf4f5fa0..c7d7620eea96209fc46143d90f6fe15cb4fd5767 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0519
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 65e57ca4e06aed898139ef287cfe15a6c3968e99..26ec36b1ce08ca6c8954a4232323203ff7861641 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0520
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fbd8f9331640b3566d31088260e9b735ca95c1b6..68bcfdcc5092ab410f2674bd8356ad01d22eef63 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0521
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6b410b3a59a817b0d3c448a0195e05906c8db4a4..9aa2843ce5cda226586ff02771b83ea35d4e398e 100644 (file)
@@ -3,6 +3,7 @@
 TIMEOUTDEFER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cfb9ea4a5d54af0ec93f3a5804709fc63f2e703b..7b2f14ececa9d12378cbcb73fb5ec9d7cbf0005a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0523
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0e6550cf62475b2788f6b37fb1ee08672864a6ce..c4abb4fac41d5f6d0eb79a2320068ab28598b3c2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0524
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d8f24ae546904b0c3e54ad1a5d2f9cd8f85b7212..eee88091403125868b8c87341144005501edb16e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0525
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7f912b172c37c6a704d5f73ab2d908e12c94f4d9..4d1b347adadc4742ffa56903c68e491874aae71c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0526
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f5a78699e5a4e9f3e72552d9db12e64145b9ad44..2ad25cb49f80eb1d42abe3c6f4aeeabf0609de16 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0527
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 69ac8547e0540e5c3143987a5fad8b5af6b37758..6c0c009fd2d97557cc72dedbae8b0aa6fafbd509 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0528
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 247f7452a0dcd097f15e84c3a264481713e3b246..b06a976458f811c6c2030842b158fe261e66ca91 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0529
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b7ad3ffd2339cc1ec348534573b8c68d96cfb7e7..5b7207d20ef58fe2f9e08ed131997f3d282dad0c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0530
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 56f679ed86b07678313181ffa7e1e0f92794d944..a0d7fc2cd4bf6537c48dcdb6291b1f920fbed357 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0531
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 42d613b19d976765c2a3ef28eb2a7d248964762d..9f8ade24468b13889308b0bfdd074c9f9d1ff535 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c43b628ee891e980cfc186460a082456258b06c8..9bf49f07a50b7c4dc285a6497d0b88bcd574ab7f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0533
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b148987a5bfd61a42db2196be55d9edad280928d..81d68d1c719461a440bad660de9dfe634532103e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0534
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a45a374b7b880b7396f5589ef9746787bec11008..6cc0c0ec5d1475c1609c17a771645abfea7bd3d8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0535
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0aa7c5201f25f52bfc05c2b5a41247a9c13a3951..c81074379047f2ec8315df981278564bd4571a81 100644 (file)
@@ -3,6 +3,7 @@
 FORBID_SMTP_CODE = false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d273af997edc6cbe555e978560d9beecf80bb561..b8be51d0251b7cbc8c974772e8d9aac54ab7de31 100644 (file)
@@ -3,6 +3,7 @@
 TRUSTED=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5865e3110e7f7c028054e9148c2508ac1c3970e1..7e0a692a0323f37c2ff7bd0896a216961d8c21f9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0538
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 02b7a2622f53d6715686db8564b661eb2485d6cd..9d70121562945ee434076f34768b5596169a5719 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0539
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 641335f6bccb057786ad1e015095dce55ac94afa..39902df6f5d490a5d08b09949f9633166d4e5709 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0540
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0b3be92bfb4712b03aa0dcde5195c67bdc1beaff..ba8bd7864d9f00182ec0e0ec029c8e8cacff2358 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0541
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d226951584aa6b025f6b3b17ce0aca40cb46f84f..4e5310dae94cf8a09e5204ffb02fd86b204f1b22 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0542
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e68280b0e857cce63bab67dbed01fdd76417ce6c..f500ea99b0d907623a9cbb31d2dc357af171334f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0543
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ddf95e5ae73380040cf4daf2b251c7100e4ee3b0..8a5f24a0e71665305c9bca976746a761a4e3fc4c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0544
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 56888183db3398bf7331601639903fc4f4e0cf62..e086a6a96c227db5dcd8f97d88628d3ab9f6cc2d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0545
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 736c126a8d40ff3a56b6776435daa419e1edba80..0a89a27c579665c95356da727687d57e1c1ce2ab 100644 (file)
@@ -4,6 +4,7 @@ HELO_MSG=One line
 RCPT_MSG=RCPT is OK
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d5f2fcce76a0eb33f227cef8dc35c860f0489bd0..94541b2d64847552164492990daf38cdbce06d21 100644 (file)
@@ -3,6 +3,7 @@
 MAXNM = 100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6306943de3e1d277174dd0c4289f805065f84833..b5370a4fa90bba0adfdec52311e9a43287550e81 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 280d4d06c9f71e2af32fc74c9c07d47707cc2ab3..993a8b5105a18067fd9f858ab1d80ecec0a98dee 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0549
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e08750fdd1ffa7a573beee3e92c1c93efb67776b..4c9a0928067b4ee9bb6ee6d7310999bf324a8680 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0550
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cecaae4903f54660cb5b71092a0e1f348b9736d4..5424fb5aa7e09aaa80e06ff7b88d6f701496e84c 100644 (file)
@@ -3,6 +3,7 @@
 LS=+pid
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3ce775148eaa0fde20562383a4d7a96d8f099962..f12983f743e78a21a27856a87d43ecbda93bf209 100644 (file)
@@ -4,6 +4,7 @@ DDF=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bdbc8df48b3ae44f62903639db0869e1bd7ee172..f720a2c6d89d44c6fab40873f114d32904877d5f 100644 (file)
@@ -4,6 +4,7 @@ DCF =
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index edeb977fa95f340bf3684afd98cea54558c27727..c21f804f39fe3b0353e0ac0c3341f548f226f073 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0554
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 07b3a59ca7c876f4e943714037bef5be4547075a..fa918168bc781996131b2e1aad6e1739169fe617 100644 (file)
@@ -3,6 +3,7 @@
 FAKE=fakereject
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7ed0105ed866b615d74241cb1ed20cbff9cd5a7a..de732b804a075bd893e2da9be8d7561a5abd0dcd 100644 (file)
@@ -6,6 +6,7 @@ ACL_PREDATA=accept
 PAH=127.0.0.1
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3b134db345aadab9859ecfdf33f4f2aa827f3374..222221011c521c3550408a534905610f4687f681 100644 (file)
@@ -6,6 +6,7 @@ HOSTS=
 HAI=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 18fe649906545400c230346e60765c0e8e30c637..e98f926be21458ffbfabf9d78bc6290ad28a9ec9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0558
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c148d9e9d30d493eab85761bdc49926b25719c30..7c6a81d435b47de3aab7cff1ec42ba20b002a58c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0559
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d5f538461aff9bfcd952cafbad36351a5840bb2e..6bf304feaee52f16a41859e08bf22a7194baf9b0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0560
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ecdbf95040994642d68f041e9985528d4d04ebec..12a87c373cef0d6f3e0ac748165fe0e8366ff368 100644 (file)
@@ -3,6 +3,7 @@
 QOLL=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 51343f61a34cae9bdf97bfca9a7b74fe6b8c56d4..294925aec2a14403010b943da8451cb88164a489 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0562
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ac9839fa2c6038f06b04acd1c3dc557a44d691f2..157c109a4074d5eaa7e70fb89235fbfccee60c1f 100644 (file)
@@ -1,5 +1,7 @@
+exim_path = EXIM_PATH
 qualify_domain = testexim.test.ex
 localpartlist aliases = joe:sam:tom
+keep_environment =
 
 begin routers
 
index e10445be736f1f1aeaec2e1e956c3bed92cb1177..f16848e306f1db198bf2745924ecbbf634540e67 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0564
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c51fd6354551bc3a3dd92e4307446974076f48d3..729473c33a989d835e5ca17f3189620d0af69863 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0565
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 83e97fb18ce90e898d38bb60b88b939fa00dc36b..9de6ff3cd940db2364be099cfe707b7f8b2f3161 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0566
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7348b1fe507ceff30da1b1fd80d1c40b58c3afd0..57a0fd8e3a9a0da7626085e41babca944f556155 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dec5b0dbc67c647b9c0d77bf974444c00448e745..4030643147ce7e1539a46d0177cbf50064da1ec4 100644 (file)
@@ -2,6 +2,7 @@
 # Recipient callout with AUTH
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
diff --git a/test/confs/0615 b/test/confs/0615
new file mode 100644 (file)
index 0000000..bbfc497
--- /dev/null
@@ -0,0 +1,6 @@
+# exim test configuration 0615
+exim_path = EXIM_PATH
+tls_advertise_hosts =
+perl_startup = $| = 1; \
+       print "Environment visible in Perl:\n"; \
+       print map { "$_=$ENV{$_}\n" } sort keys %ENV;
diff --git a/test/confs/0616 b/test/confs/0616
new file mode 100644 (file)
index 0000000..7962d97
--- /dev/null
@@ -0,0 +1,8 @@
+# exim test configuration 0616
+exim_path = EXIM_PATH
+keep_environment = ^FOO\d : BAR
+add_environment = ADDED1=added1 : ADDED2=added2
+tls_advertise_hosts =
+perl_startup = $| = 1; \
+       print "Environment visible in Perl:\n"; \
+       print map { "$_=$ENV{$_}\n" } sort keys %ENV;
index 90c233d16af131688d450152a65a6569276f7b20..7f815d7ef58a60d1419bf3d5e742c3f980df6bb2 100644 (file)
@@ -3,6 +3,7 @@
 HL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5341fc8e838526ef3339d69ba2f810e4f89b0015..9d4efa29453281f4537dd0c84e0ae376d8d974f3 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5520cea4a80127d7b05c25742a25a252347504e2..0f1bce0279c59f7b573e55b5294d3a403b54e0fd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1002
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 00cb5c13cb046556f36ae0bea9c136943d0cf3d0..617a9629382217d29d84d377ab2dad458caba639 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dfeee38ad94050b718432d517990daeda6a8c51a..51cd98ada58b33cd80f68a1cb065807268358a75 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1005
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 21ce5a47e90b120d2f84d3d031c79b5198f91307..89960d33ff715c0c32f4202ba36dd87a068d9bd8 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 D6=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1091eea25e26cc34d7e1a9e2c97817521838c71f..3a044381e57f637cf29ecf2f4fef18e88b21c2c3 100644 (file)
@@ -5,6 +5,7 @@ IFACE=
 
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c00a672444ea9e777ed6972a5a151d8ac857c2f9..232eb7dcff6da4775c4db763270d84deed3a57dd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1008
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a29187eaebd31f14f45e49615124defaac482863..ff00031b0282c2d4899ceb4098e532fbf760e3d3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1009
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 4a4929bcf9c7613b0a7c3c9b201754568de35c96..6ab5f51bb6604786f68546f6eca720fbaabba0bd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1010
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 06e5a153cab4558f1a2b0ea2d98e244f05d217ca..ef322c8cec27e66b1efda43265078d3e6c736d69 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 741796b678cd6c3ac3e1987d8270447737607178..846c8570eaf9fd9c00d037fa74bfe7eb6126472f 100644 (file)
@@ -4,6 +4,7 @@ OPTION=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e8358da258d8fed19fc2718b5397c21e3cf6cfa3..26a3bb3fa461d17185b4e6b57909f3ca4cb6b3b2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2002
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 12087aa62fbb69184bdb6581115c40fc6ff8732a..03f467122558fdefd3f8b11fe1ef80d6c4dced12 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2003
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 280de5304b30d676059cb797b4fdefbaf6b023d4..169db0130018d715237fdb0f0de33da21f2af768 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2004
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5448bf10cd6bb4d9702bbb257ffd0d9d852fdeed..4a6ffb2936943ae9af69094349c16474011b9743 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2005
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9087831059248db872babbefb16408c7703cd924..343f0fcf34aeba029955d9f8a83fae8d5ecd8fc2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2006
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f3d150694b1c642183f5c5c9f7bd745443b2e561..765dedabbc56f481afb54cd9978fa32496be1def 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 029c2f8d2148f781fb48c7300c9372907faef7d8..16254a9cddfeaac9fea8509d129af87734f909ee 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 11f7bf85b6116df14bf89b566ea252ea94be8fbb..a28126a6849864c80fbc4082f65b22b83ee43e21 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2415c685ed74b08b6d6f739ba17b757856f4c6bc..edb54b2cfa3e201a0117bd250b770e0e106f88cc 100644 (file)
@@ -5,6 +5,7 @@ TIMES =
 HOSTS = 127.0.0.1 : HOSTIPV4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 75fa54a1c4f3b13f9e24e04938ea1329361f77ee..b4f2a294b186da2483dd4a7f3ecd18ea3be12eab 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0be2772598c81f4e45f453e4ed7ab827c7bfd4f3..3f78fd3c97069821bd59b31f88768ab234fc13bd 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index f657f060a175405b0e987d1e547d4079fb49237a..d54dcd9cec4dcd09c44cd4fd8446efd1c8dc7538 100644 (file)
@@ -3,6 +3,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c062a211b9a5121dfd810277ec05fc6332bffe8a..ecca4589f5691688800b93f82d765156915669bb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2015
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fd53a63eb1f2740f758c0be5dab2020adff5e037..4f919527e29b9da96e69019d220f30d133509261 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2016
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 14c724546cc49e742d9f30500558443f44d08f19..c3aa012470e0fa8874e91845558462ce4fba8f07 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8c75c536b0c014c40081a3eaaa1d12643ef4910c..7e890a15325e89f9b4c54014370922d7fcd6e2ff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2018
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8e63c05ae2b30cde9bc928d6303b88dda4ac256a..255dce1f9c6650ade0253475cc7eed2b35147cf9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2019
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6010a555e11334cd70a39cd444fc36eabf135e10..cac7681bd8fdc684df1a38ca0f988f71a153b71f 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 log_file_path = DIR/spool/log/SERVER%slog
 gecos_pattern = ""
index efc7f76ffd87c0520a1498e7b48c58109146f889..c6d261578129d7e1312274a99950c1b90b43627e 100644 (file)
@@ -4,6 +4,7 @@ REQUIRE=#
 TRYCLEAR=#
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 94dff6550a07e2f8629c5058beaee0a737dd102e..30ee7d8f017d90c52b8929d7c8f2e62831f9ae5a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2022
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 30db308a1d774572198a79976fd2f9685ddf23aa..7c5804489825b2612d7d6e13e9e2905a460c6049 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2023
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a677c4c8661767b5ff77b61c30b22f56d21a3355..10ce8f5df6c9115b560c5d929c600dc0d503b960 100644 (file)
@@ -4,6 +4,7 @@ CERT=DIR/aux-fixed/cert1
 TVC=/dev/null
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b84407202ccf73551c6177680a664ef55dc537ee..6d307e5c546e592ebf4a1854d3f1d65a79fc0f94 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4185e0b7978d450c437a934f6996f36266918eb4..e6c7d6561b7fc6a732e8496a79142c58c6d6aeda 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2026
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 0835fb760ef794f5eb10695db45cb18c3eec8546..33c329197158b833214ee9039a9577a499af517c 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index df53268d6bc9f0f36f2cf81c71fc1272f6fbbdcf..c32fe34c60a0c78dd27ea053f5294aaca8f4cb6f 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1d691be27234304904c59e3a36d494d15c1c97bd..e4e9e17ba50ef5318e77554724990c2472314576 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2029
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 791c6bd436699dadcc02ba5e4f1c99d11c3abd73..a59fd7b7e4dca2a45763cd59d68dc7aee680c5ce 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 73e0bdd7dc4732c58281c501611fdabc4e536db1..188d1ae9a6b6c24e3c9ab8d0273c0c5e4eb11012 100644 (file)
@@ -4,6 +4,7 @@ OPTION=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7f5771c0ed01babe0a19f3e14ad86158e666f427..fd52eda49d6ade45270b7fa8fd0269b921d35679 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2102
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index db3a4405b63f87cb2991a73d21571f26816d4755..aa5357c070776bc9da7096bf8d0986014b5da995 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2103
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 5eb2f703dcc93a2638271991716466109f81e51c..b8e086095a2958b7140d9e5f3eaa9272635b2b12 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2104
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cd3ffcc99a58576594fb67c4a4c09e8ca04fdbd6..b269c78c24e460fb7ef2889acd8cca04c4aa8fd9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2105
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c0f76e9c1b107c86405615b3e615721b11d5dba3..8cb0abf70432259de1ed0faf01d7916a3c92de2c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2106
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7903eb966f45ad40d8822a8b932a1585e4c00ada..f8637733820b229b7991a96032733d8417a45c7f 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 184abf8063ea8d6a130826eae8b324b696a9735f..5a0fe01251192efcaa5c48ca2e9106ac674e1b4d 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index afbb03d5d6bdc9f9f49af855053656baaa280213..b37555a1b75ae506c8584cda4f4ef54c9e946ae8 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1eb7ecb112fb55781f17fd1c35cc68e9d1efd145..95ff5d466c5333c3657b2ed3f8c1602dad8c3e45 100644 (file)
@@ -4,6 +4,7 @@ SERVER =
 HOSTS = 127.0.0.1 : HOSTIPV4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 075e11519fa88b9914dc8b3c23a44a8f76da758d..95515ceee451d49cbdc0030c3dcf4bad5df7ee17 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 78733513ef3ed3449871c1017d67376094340db0..282a386357f77488e859136738d179f2760ab87f 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bff43ff574fb9ba3d9dd8bb95acf1c459c7b7ee3..9590b69bfa90f05a83789adaa6b412772cf8ce62 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c395c73e099cc6ca033813d2fae4eb2fd28cbe2f..270a2412e79c88d290010b6e4100295f85a559e5 100644 (file)
@@ -3,6 +3,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fdf1842778c59bbd63a443c012c8c97fe427e695..47846f0e8c40dde9de1b0ef7cc7763d813e35a99 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2115
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 14a2d1eed253eba0ed016312ab971e4e2c284ce5..bf2e5dbae0eca01a586d5a8e501de63ea1bf77c1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2116
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 16cc0c39e75652850e70fb6cd2bc4765d67b18a3..f1fe9521b5502a01d1f8c1474425c2b2330f7cca 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 362d087047be9170268b7882174506f51420bf4a..2da0d464f5a87929f235eb38f0c2df2a41a1befd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2118
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 31f143c5745c0f030b761ab2f555a3dbb2df5265..b047c8fb6920c8ab554bc98466b30588708c85de 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2119
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4c937257903faad2104b6b185b115e7360b7fbd1..08072f39c8ee79d9607a618fb235fa03dd2e3cfd 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 log_file_path = DIR/spool/log/SERVER%slog
 gecos_pattern = ""
index dbef1b79427907d60d4e35d76a1acceab5e3c52f..7da6b3d968e88763fa04d76e35f9b963208371e0 100644 (file)
@@ -4,6 +4,7 @@ REQUIRE=#
 TRYCLEAR=#
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index aed0aefb59a5c778d81b5adccd7f7cf3b9edb51a..701e62f1027668623373366c68c70e535f0ced84 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2122
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6c4843bf0087a3253cc1684bc2348e7749378fb7..99c0c791112c019f491fe890872ec3f63d8ef2be 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2123
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 132c624c6b3fc076345abbe79d558c5df2ae2087..a250e4a8895b8333575c4c0f8d2eb0f68f65e9f3 100644 (file)
@@ -4,6 +4,7 @@ CERT=DIR/aux-fixed/cert1
 TVC=/dev/null
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 70736be88ec74991a68b82d3086d7374ffdcf26a..20f0caf985c45800bc059332a76ee1ae7799cfd5 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e2b79016856d98e5888e33fca4aaaeee447d8062..06f7c21a92d34d9fa092824a277a7112ebbe307d 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3639c5bbf38580e9f4286a54c89721abb3de5bf9..cfddf9c66c88abde65c69170a7d4e14bbda793c2 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 296c27c32bd55fe11aa377cbaacc1650d270660e..3ab9bf536cb50dde83a7988f3ceb27d3c89bd33b 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1684f11c6af54adeb135dc71068b9b7e9252286a..3c1685f8fe0d50f052850d34a8b47ae807520c41 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 015947b711fdd1b0f4a985adf009b664defda573..a3391e86bcd8299295e5453897cb8540b8ce9967 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2150
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dc7dbaa1830207c3aaedc4e97440e6db83f19715..ee8681cb2517a701272c048b5ec27335e164670f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2200
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 861db77ba852e11acf2e576931df77b09ba373d7..fd4a4ba71771c992a5c3dadd05bc48f0900eab7b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2201
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a004578028331928b8e758b2f20b34116666d391..3ed825c1c16307aa9666c0bb8fc9e79ae6584b8a 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7a38f0b21cc049f72f546c4b3f5db459805ca63a..de028a38bb9c79cfadb2a68a78394e79680bf703 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2250
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d8f6f225d4dd1fab7de24be67d0abc0b2b50ab8f..6b0d3fe2c9333f38720722efc6b5e68f5b943440 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2300
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 563adba1f145258b420e2ebcfb34b25625074201..5344f3a1dad8e06a1ef5bf97078c43db1be83064 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2400
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b0aa957aefadf945ac823e40013a3d4657b9ac78..a0a5aa763a3a3d1e085ae3ab3981325b93906b6c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3672b30b6e31192862141b72622e141bca697581..a2e4ab20ec2380e0408facecba6e63889647a29b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2501
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 09eedef6871b164102d4c9388989d8eed0d2b498..1ed4e8cf8b4230ac5731ffd8291adb8f7b155f1c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2600
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b8273f190b8a609f634a0caed290e539b3f1ebd0..353a03888a329cb9ade65c41c218a462ee366fb2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3000
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 3d0b175179b412769542025b1d89097f9d4d002a..279c2bc734d88bcf6f1af2308fef147b3b7a4b8b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 349c7a5249f8dbd4b3bed4aa853bd0239c1a26a1..2e73cf627450ce9036c87d7c10650b5382980a4e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3200
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6fb89f320481d04532a09875faae1ff5c1d7e928..ab6af590a83470c8eb05d344e9e90192ceff88df 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3201
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 97bbfa463f51b2fab468ef50b8a200b0f911a580..39c6c83be9a6ceb983d0810d79ec9851bb5e9f8a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3202
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1ccaf265f4ca92aab60a4d7c5d0edad330485c24..2eebb7ce8be745d02b7c613e923a715d92f39206 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3203
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c4c40d8616abe61296c08ee58acd6e5edbdbca67..fb71e7593c65f52983762ba9d5dbba5dfb347613 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3204
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8b25b3627010290e6802c238153d049792f0e2bd..55c9d25e68c9d04154459da6b97392098916bc13 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3205
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4434db155d7e203956e2d9db68a2382542c4d8f1..f6d5f1c326373a5ac7a1684094dd784ec8b11c3d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3206
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index e9c59ae173ec478fa3289f9b9739c77b8a6c4718..87ff1beb6d3a132647fa8d10cda07d0c2c29fde3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3207
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 90a85b39d7b587f02bf608e6249ce53c61320b16..b53faeb8af1f51e9e8a363f2af5c75ab78b643c3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3208
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 518ac39311d8d56f48c461a9de0c7cdf6621b789..70d8e102c82e8542320823eb78dd678667eebd2e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3209
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
index 5f399d686e28837322c22e3cf4862697b945159c..29bc50ff889320e890818bc7c1b35378ac4ee264 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3210
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a7486df6ac92061e4819e6e2d955c42f0151f470..0fca10a8b68111cbfa6d2fbcf60009f52d04c024 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3211
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 953f2c996d55abfec64413e05ca02188c9d93070..6562dd353915757464b865d6982a16cf79f19df6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3212
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6fd88679e89985103d6a4f5d71ee7f305e437433..45b46916fa08a71a6baccce97d30a75c275dcd6a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3213
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b0d54ad16c653cab22cc3b9e97296b6880d911ca..6ac595d5c931a89b003a3e2f0149aa3ca9684791 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3300
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e567565437a4e8082281d70222b0fc0624bdf9d1..ada77e381db20203a6f85d153d20b38c2bf9e48d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3400
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 60b1a4624e53c35da7a12bc0870689cd6f76db75..cb45f192aa23e8230ac18eeff98ca328d34d66f3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index cc24582cdf4bf79c95a012dc5db75ec26199ad91..3df870ce21dcc45ed633b9e7b470b291b8d226df 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3402
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6adcf65f3261a2c3908c5c242f24a35e8be7b676..92f2752b576b66648364a936a7f82a149d2398f8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3403
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index dc556e961af7c047586b087d56da95fc84a7a22e..26d0f59440ba9fee4c46c6ac9ed22c77b82dccff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3404
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index e3141510b99091a5f1de26cb69a69885009c90e9..1aecba75c394ec0e13e80a098b407923b3d4fe89 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3405
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a6c262e8b3c56278867ed08ecb3c64aaf4766bd9..dba6137139dccc86fbea84a1b89306ad65cd8179 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3406
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 453e3cade9a6fc1d179bb5fcb79b1a4eaf9d3156..2c9b9242fb667417a2e80fb4ef6562f0bae860a3 100644 (file)
@@ -3,6 +3,7 @@
 OPTION=server_condition = xxx
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 9b90c4bfa1febfaa9ae7e867b1876d2b47c3bcfa..161632632e94502ff1c7103fceebe4ab20b4a0a9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3408
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index a9f35a441de82e6c20426552487693eb3772e8ed..962770d884670c51cf3037e3c419384f1ee1b332 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3409
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 283a7b2976ced8072d6039539c059d6c8e408f7e..277355aa955ead6b98c9bbfafff854c4b35e2731 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3410
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c2f00db7be81be9a8d32f78ef2bd14f0538c29de..a1c24774f60738534fee28d8556f0461c96c30d1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3411
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bd8336e9eb522d810209bd5b85ce5b7b0a67e19f..772d59873f5bbb30658f28e4df767a890c19b337 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3412
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2288119ef1e3bbf526df12e908a0eb817c8bdac5..776a2c4ce002d9b80db9361e95bd74db9fb2dd1f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3413
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9013868998c1c2fcd7e0b8e63ca5464260f6247f..64952d1b4143193597544a896f3bffdd9df9017f 100644 (file)
@@ -4,6 +4,7 @@ ACL=
 S=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 835484ee63b031d56e5c9f23014588e2351e90f3..adf6d5dbd86fd07a4bc1a5571cf8f5cefc104803 100644 (file)
@@ -5,6 +5,7 @@ SUBMISSION_OPTIONS=
 AUTH_ID_DOMAIN=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 25d00ac1d31e1448def42131efdc1a342d6379e9..bd25c43af51de48f49ab8791cd4132f0dcd57517 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3450
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4f3621b84afb140beca0a34017af735144cb8ac8..2396f8273f8770172dc8d0ba67523a36e95b44a9 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 663be3f35a75ca20a725f8142953307d4b4b160f..eeac8034315359f376c699b1d8f8997a8301c957 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9771050f20ce7224c0887611c8bb49582e37818b..9faf5e72fb53a755c04e43544270c2799e6e436b 100644 (file)
@@ -3,6 +3,7 @@
 REMEMBER=false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9e059f7ee7e4f3f6230fcf398b8a22814028d9fc..621758226987e1bbde542aaed6e1f055ce47fc1b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3454
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ab26f43cc35c2dde1b1bd82f6b4d8b5a41e5b047..4b1846601739a8914389bf3bd7d90ced1c240ac8 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 496bcd8c2cbc6d735afa7af668056ed28c93a21d..85ade1f72a9a185f08e91c2144b2bef784eb4b5f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3460
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 48fe4da3ef557640a165bcda537f929794b30674..a2bc0ac87532e8c449e4fbb02278617a84b21b08 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ec155bfddbb15eff4c860b24e4cbdae663aee23e..470815e0bb297fa4df4c9207762ba86a687adabc 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index d20d1c30bfa533e6dd04aeb58f484a9eac172616..ba066f0ec697ef1d14bd7d81abba6c282be27727 100644 (file)
@@ -3,6 +3,7 @@
 REMEMBER=false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 495d0d99a8b80810518b93dd927335791c47ead5..d7f6cd7a44a3f3420c84bbdfbf7eccf9f9d17a4b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3464
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 161fff526ddd1b09aaa526dc89978fbe396e1e92..102ad4eee2de87a2e1a3a7bccc8fa0edcb687810 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 343a0b3e1b284c7e20544117c807e0c7d44b690d..83dc5e63060323d83e0a4dd60a2cef84569605c0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3f458a1bfa6739655e7da48d4b149995a22fcd18..3637c886936cfa87012925bed2c5e823c0c4a635 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3501
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fca55ff51b83dc43d24743b66b17e6d99832202e..0765ba6637308c1275b678e6bee430ce5efe1da4 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index daf5a687ea4ff487f7e9d4ff0754bf82393c48c6..0c057632912e8b82018d2788a0caf130e1968db0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4000
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index bd6362946b4c0b00203d6d4c5ee489e7f36bdbdc..bc218221a9ccd9414045c5fa7311ab2abbf5febf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index ef5ce9c5915e3641d53eeb769e028d072f364293..91944c9bdab0dd7c2e9ffc33b238c7fcb4d85011 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4950
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 67089100f8de913144faff2486a7c7d111e6e1e2..32f6f38f9c67b10e85ba95d056533ad958ed40f5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5000
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 279bea3d4001f4e1f5b7813a1dc61a2b93b34720..1afd5ae6ea4af50c2284c454e0da524e70bec35c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5001
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 78dd5bbc6fcfcab7e3f57f938dc38d71678cef8a..b92f87429a36e353568eba63ba8c3d487e72c243 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5002
 
 exim_path = EXIM_PATH
+keep_environment =
 primary_hostname = myhost.test.ex
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
index 66cb72b0800efd864894ffc9481da2522ba86059..07a3b9dcca83746b542223c079f935c2a3f544d8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5003
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c88668c9f70d1f5bd47d91262ee7eead320456da..bc4679fdc3b5478449af2f8b6b53e187ea08afdd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5004
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 61e22e303b8e75852ac5b2984bfd44ca855c80d7..77164a60590ded250d4ee1880d503d6657edf4d4 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA=500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index c8cb539fe540c277da266241f7ab9ede295e9bc1..abf306ad85f60707a9ac321dfffeea1adfde07ad 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5006
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a1ac93e55d1e0e7bfbf55d731648e2bf013ee03a..95d407e4f921ca029436719bf2fddd0fe3347729 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA=500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 9e77ba09e7f45c4ca293d006e7597310def396b3..3995f8c49bbfcb0fe6415668f46a11dd8936722d 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA_FILECOUNT=0
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index aa87fecd10cac1f1be973b1365a849715a73340c..f9f414909b55213cbfe62deb3e6739a245f8692e 100644 (file)
@@ -3,6 +3,7 @@
 SUB=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 934cf3db2f07bc7aae374b16a4c34f31561046da..2e498a5166ac93f246578f2439c51639c89e0a01 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5050
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 09a3dc891c624dab4c879df38d67cc6605df9915..fb79daa2b1ed925b571e07e7a3502739fcaf23ea 100644 (file)
@@ -3,6 +3,7 @@
 IGNORE_QUOTA=FALSE
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 20b3dbb27db1c98239eb861e8fc1c460bc439d78..cd10fb0c8c881a6a06ff8b355e0d463b2ef37e4e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5101
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 67679fa92c4f7f7e84b3651c501593b28fbf70b9..98c10e5fc3b5f72e10707b5b5a2d2aa4a8605200 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5102
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 32370a766f48fedb1f341f8e58fcb527d8f6a213..1f64ce6d34e33513824aa2351e3e14b645bcf851 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5103
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 415d2f9a703a2ed43382287e9c0d49f9a43d6e10..2b3650e3626733326c0c0a0efe9b67cf79850f0a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5200
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 7de922887864c37062c336d6ce435640cbc83b52..4680fa13d13690bda4f49f0c30060e4ba9805c06 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5201
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 33a6f593b220280f8a4c2250f683759cdd934f90..087c8b0718fcad734dbb88b260090e83a1e1182a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5202
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index aeb5e0b106497cb895dc9f51dd46e8b820c04b81..7533c627ea08be22d32e7bf6b0be70520ec1e728 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5203
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 5846f5b11e6f9e22f31fd8d3119022dd7930022e..c0eaf1779cde1caba19df1a48821e9ba09194c8f 100644 (file)
@@ -3,6 +3,7 @@
 COMMAND_USER=EXIMUSER
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fbbed48cf494201af62bf383d7817e54a2a3f189..2ae50434ab9b3cd9c30327a4dea329e8ba28b726 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5205
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index d0a3abf9a44a03a350278966c96f60f01f019e79..82e2e6812c27084d131b98b464fea8672bb8f89e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5206
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 73e5ee4999cb940c1f30ef7615b54c3d6912748a..747c54dad934f9a5b1d3ed7aa6774c58130d2fb6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5207
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4f6a981b298b33850bb71c4c28b43b1a5ab85ad7..ab6ca91ac31089e7890af54c5429e7849246384d 100644 (file)
@@ -4,6 +4,7 @@ LIST=
 SELF=freeze
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index fb1da45e042cc7bc15d903a3aa6bab054e4e9ef9..5cbff011012937535f2a3476efaf227dfd7dbeb0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5209
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 6865447e6808da9e10440b12992d6349fd5916cc..3446b253bd9718f24a305a9f84626973edbbf7b5 100644 (file)
@@ -3,6 +3,7 @@
 ALLOW=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 115604f494d568933a8aeda537af157dff35bbe5..0c8cff047b3088843ff7f620f4d0cc8387f52b63 100644 (file)
@@ -3,6 +3,7 @@
 D6=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8f2e8b585f1c0d5ae341c7e68e97cf4d7fc8c623..7d3f2c8b2bec27b5e54d73ce5a333b4e727c3a34 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5400
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index db018a6d4720bae9f194441f04f25a605c019247..02317421869dfc8794dfa161699c2475456a9b21 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 576967cacb977d6ea124086542ee17fca9f1cdf8..ee828430dcc38771e13c202dba75a5e876bc9b09 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5410
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2a7ebda1b8eebccbc8e16b4e71c15c6b6e64cc73..ffeae26a12ba2654391ffdd3905e3d48cb4da928 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5420
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 1bc830ef41a1a332d58fb85dde8b188cd79dda35..1420e20bd85252b5b3eed9919992dd4b88f569f6 100644 (file)
@@ -4,6 +4,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 48724213b4f1445aab88fa3fa437447b5d0059f0..74b755b4f3b1e957178d361c0a97759b7bdeb7a6 100644 (file)
@@ -4,6 +4,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 8b26ee7fa7ad5a997e74a83c73917c620d1e326e..44c03197bfc7cb02a1aa82d38ef350627b039872 100644 (file)
@@ -4,6 +4,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 rfc1413_query_timeout = 0s
index 5172ff2795ae045915051e946052c2c371163534..7b3df71f17622ddebbbbc6f11014f6e64d634c9f 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment  = ^EXIM_TESTHARNESS_DISABLE_[O]CSPVALIDITYCHECK$
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 rfc1413_query_timeout = 0s
index 52b28018a1964efb32ce632dfaa1d9cc99068c1e..c0f42d49207e3b83813b9e461c662290182ac416 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5700
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 8f48594fed190da6978bf79a041ad56bb46ead26..e44e41dfd82f4d633b29f8f0f38674d8a882ccf0 100644 (file)
@@ -3,6 +3,7 @@
 LDAPSERVERS=
 
 exim_path = EXIM_PATH
+keep_environment = LDAPTLS_REQCERT
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index b4177159cbbe63fa69d210613e9e4b9421b4eb6f..581984f68f685eed477fdbd47e9cc3587c3c44e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9001
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index a36b30bc8c8a8ec4ed979546d265b9ffc57bbb82..752f8b5401aaa430bfb5b563c5df47fbb07a761a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 022e589d96dfde5379fb2f7fc652bbf09a7346bc..e1293b48166f11d3a013804a317f79c5a2fb562d 100644 (file)
@@ -3,6 +3,7 @@
 SERVERS=localhost/test/ph10/
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 91365047f7d06296e962281468f3c6ee47898419..e583ef494435c7e8e68b4ff2b962f0914dfe5c47 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 4ba8e6d68a189403447043906a2128135d4aa689..dcc0baf44a6c026cd1cd5d218ceaa5cf08b09b7a 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 3f7dbe932a2fb74e044cfa42abd62741ca918865..b303c6ba0aeaee97dc209a1c43c31f8520f8b571 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9400
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 34f7aad40671d195dadf1f49ef5e492198a4e4b8..9976ae107231e15ed17ce222ae5fdf1251de1c97 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 6eb8db5e534d99c8da77ef0e3bfbf6572599f15f..a56b9a3fef017fc991ffa044c7cee133052d5311 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index ea5f703aacc6b43879377ff8cca351c4b0237478..569c2962ee4b9e7c35502db4cbf918fd2934aea1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9450
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 2a69d0115831a76800879a8eef29c49f7a23a8f1..11d293ba9c5f9303aeb44cf462e49a31db5ad1b9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1006
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 86f70033b6567235a9590a6cd21e940db92545f0..59d9bec3356242b4ffc9827fa813fff5e0e83e7c 100644 (file)
@@ -4,6 +4,7 @@ COM=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 730d633fbf2c176140775e2fe64ebbb1ce4cf398..a19794acb23da22f8044dcec92c22887fd250a0c 100644 (file)
@@ -5,6 +5,7 @@
 ORDER=
 
 exim_path = EXIM_PATH
+keep_environment =
 primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index c126b899b9afabd9cc9e115fa09f356400184142..ba385efbae8552cfb5e861eaff4f9fb5f1ff707e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9903
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
index 78e7e579afcdf937baf558573c24786107d54f82..74c607a1bf5ea56e07a1dc90e3f5f6b6495d5ba4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 15 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 16 of TESTSUITE/test-config:
   extra characters follow string value for relay_hosts
index bf2bfc0b3680e01ca2e2df382682235f9f9a3752..d9985aabdc0b9077e436a9949f5af699a4d6732d 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 17 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 18 of TESTSUITE/test-config:
   missing quote at end of string value for hold_domains
index 66533fed44eafaefca77d581fd4f21390d7d11a1..6b472bcd885cdd47029f51affe9e12563d9719f4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 15 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 16 of TESTSUITE/test-config:
   macro name too long (maximum is 63 characters)
index 24b6854cce2bbdb3d1071ddf2acc9e4a0960718b..40585c690503d9d4dbc7ecc80aefc7c02f87ef7c 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 27 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 28 of TESTSUITE/test-config:
   .include specifies a non-absolute path "non/absolute"
index d2c59c2adeaa4ac2adca9fa63da2f77ddd4dc023..d18082f4ca07679dba7ffffdec17fb272d58d357 100644 (file)
@@ -1,8 +1,8 @@
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
index bedff5d78c90af1b0045841ee52449facc60abbb..4e5fcc9c6f6fb130cf4158471ab10bb4916e18ba 100644 (file)
@@ -1,20 +1,20 @@
-1999-03-02 09:44:33 Exim configuration error in line 20 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 21 of TESTSUITE/test-config:
   absolute value of integer "4000000M" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 20 of TESTSUITE/test-config:
-  extra characters follow integer value for check_spool_space
 1999-03-02 09:44:33 Exim configuration error in line 21 of TESTSUITE/test-config:
+  extra characters follow integer value for check_spool_space
+1999-03-02 09:44:33 Exim configuration error in line 22 of TESTSUITE/test-config:
   integer "4000000000.123" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 21 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 22 of TESTSUITE/test-config:
   integer "4000000.123" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999999999999999" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999999K" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999M" is too large (overflow)
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   extra characters follow integer value for finduser_retries
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   integer expected for finduser_retries
-1999-03-02 09:44:33 Exim configuration error in line 23 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 24 of TESTSUITE/test-config:
   extra characters follow integer value for finduser_retries
index 6db126e5a320fff79f4875a5945ccccecb6facdb..f8afd85ea7ba2b3d4ec1655a6058b63057cb49a1 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 43 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 44 of TESTSUITE/test-config:
   failed to open included configuration file /non/existent
index 443d7fcf479e4c2d8a0a7c91ca76507e7ffa4032..af04b9c53cfa2517b2a691d07877436e86c576ee 100755 (executable)
@@ -339,7 +339,7 @@ $spid = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
 # that are specific to certain file types, though there are also some of those
 # inline too.
 
-while(<IN>)
+LINE: while(<IN>)
   {
 RESET_AFTER_EXTRA_LINE_READ:
   # Custom munges
@@ -527,6 +527,25 @@ RESET_AFTER_EXTRA_LINE_READ:
   s/TLS1.[012]:(DHE_)?RSA_AES_256_CBC_SHA(1|256):256/TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256/g;
   s/\bDHE-RSA-AES256-SHA256\b/DHE-RSA-AES256-SHA/g;
 
+  # -d produces a list of environement variables as they are checked if they exist in the
+  # in the environment. Unfortunately this list isn't always in the same order. For now we
+  # just remove this list
+  #
+  if (/^\w+ in keep_environment/)
+    {
+    my @lines = $_;
+    while (<IN>)
+      {
+      if (/^\w+ in keep_environment/)
+        {
+        push @lines, $_;
+        next;
+        }
+      print MUNGED sort grep { !/^(SHLVL|_) / } @lines;
+      redo LINE;
+      }
+    }
+
 
   # ======== Caller's login, uid, gid, home, gecos ========
 
@@ -1538,6 +1557,8 @@ my($commandnameref) = $_[3];
 my($aux_info) = $_[4];
 my($yield) = 1;
 
+our %ENV = map { $_ => $ENV{$_} } grep { /^(?:USER|SHELL|PATH|TERM|EXIM_TEST_.*)$/ } keys %ENV;
+
 if (/^(\d+)\s*$/)                # Handle unusual return code
   {
   my($r) = $_[2];
@@ -1918,12 +1939,12 @@ if (/^client/ || /^(sudo\s+)?perl\b/)
 # not drop privilege when -C and -D options are present. To run the exim
 # command as root, we use sudo.
 
-elsif (/^([A-Z_]+=\S+\s+)?(\d+)?\s*(sudo\s+)?exim(_\S+)?\s+(.*)$/)
+elsif (/^((?i:[A-Z\d_]+=\S+\s+)+)?(\d+)?\s*(sudo(?:\s+-u\s+(\w+))?\s+)?exim(_\S+)?\s+(.*)$/)
   {
-  $args = $5;
+  $args = $6;
   my($envset) = (defined $1)? $1      : "";
-  my($sudo)   = (defined $3)? "sudo " : "";
-  my($special)= (defined $4)? $4      : "";
+  my($sudo)   = (defined $3)? "sudo " . (defined $4 ? "-u $4 ":"")  : "";
+  my($special)= (defined $5)? $5      : "";
   $wait_time  = (defined $2)? $2      : 0;
 
   # Return 2 rather than 1 afterwards
diff --git a/test/scripts/0000-Basic/0615 b/test/scripts/0000-Basic/0615
new file mode 100644 (file)
index 0000000..9057363
--- /dev/null
@@ -0,0 +1,13 @@
+# Environment
+# settings
+FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -bP keep_environment add_environment
+****
+# result via -bP enviroment
+FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -bP environment
+****
+# result via -n -bP enviroment
+FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -n -bP environment
+****
+# result via perl_at_start
+FOO=foo FOO1=foo1 FOO2=foo2 BAR=bar BAR1=bar1 BAR2=bar2 exim -ps -be ''
+***
diff --git a/test/scripts/0000-Basic/0616 b/test/scripts/0000-Basic/0616
new file mode 120000 (symlink)
index 0000000..122707d
--- /dev/null
@@ -0,0 +1 @@
+0615
\ No newline at end of file
index 7a6632bfe383a747dee4963017d7b444d468710b..7c79bbf96e113dee0e3e1e5dcca0c996cb0f3ba6 100644 (file)
@@ -133,6 +133,11 @@ expanding: -oMt  sender_ident = $sender_ident
 Exim version x.yz ....
 changed uid/gid: forcing real = effective
   uid=uuuu gid=CALLER_GID pid=pppp
+PATH in keep_environment? no (end of list)
+PWD in keep_environment? no (end of list)
+SHELL in keep_environment? no (end of list)
+TERM in keep_environment? no (end of list)
+USER in keep_environment? yes (matched "USER")
 configuration file is TESTSUITE/test-config
 admin user
 changed uid/gid: privilege not needed
@@ -193,6 +198,11 @@ search_tidyup called
 Exim version x.yz ....
 changed uid/gid: forcing real = effective
   uid=uuuu gid=CALLER_GID pid=pppp
+PATH in keep_environment? no (end of list)
+PWD in keep_environment? no (end of list)
+SHELL in keep_environment? no (end of list)
+TERM in keep_environment? no (end of list)
+USER in keep_environment? yes (matched "USER")
 configuration file is TESTSUITE/test-config
 admin user
 changed uid/gid: privilege not needed
@@ -353,6 +363,11 @@ LOG: 10HmbD-0005vi-00 H=[V4NET.0.0.0] F=<> rejected after DATA: reply_address=<>
 Exim version x.yz ....
 changed uid/gid: -C, -D, -be or -bf forces real uid
   uid=CALLER_UID gid=CALLER_GID pid=pppp
+PATH in keep_environment? no (end of list)
+PWD in keep_environment? no (end of list)
+SHELL in keep_environment? no (end of list)
+TERM in keep_environment? no (end of list)
+USER in keep_environment? yes (matched "USER")
 configuration file is TESTSUITE/test-config
 admin user
 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
index 78e7e579afcdf937baf558573c24786107d54f82..74c607a1bf5ea56e07a1dc90e3f5f6b6495d5ba4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 15 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 16 of TESTSUITE/test-config:
   extra characters follow string value for relay_hosts
index 1b5b73a216d5a109148b4687dc0d1428540261d0..f7153995d7d8665c27b846d5259d547b4bf7c21e 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 17 of TESTSUITE/test-config:
+  Exim configuration error in line 18 of TESTSUITE/test-config:
   missing quote at end of string value for hold_domains
index 193370cc85f1c29779b361ff04e0bf45b8e0963d..75ed334bf8c951679494b60d446d9fcdd218a295 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 15 of TESTSUITE/test-config:
+  Exim configuration error in line 16 of TESTSUITE/test-config:
   macro name too long (maximum is 63 characters)
index cd1712e9f3cf87b50a3dca89d52e37cf740cb6f1..729780b716ee0e518936f12fa690f044ae36e82c 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 27 of TESTSUITE/test-config:
+  Exim configuration error in line 28 of TESTSUITE/test-config:
   .include specifies a non-absolute path "non/absolute"
index d2c59c2adeaa4ac2adca9fa63da2f77ddd4dc023..d18082f4ca07679dba7ffffdec17fb272d58d357 100644 (file)
@@ -1,8 +1,8 @@
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
-1999-03-02 09:44:33 Exim configuration error in line 25 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 26 of TESTSUITE/test-config:
   bad parameters for retry rule
index 062b67be50c9bca2da7dd1dc709d2b8403d880e5..95b5e7f5ee1baa96afe570d6af4133f868a2aa4e 100644 (file)
@@ -1,30 +1,30 @@
 LOG: PANIC DIE
-  Exim configuration error in line 20 of TESTSUITE/test-config:
+  Exim configuration error in line 21 of TESTSUITE/test-config:
   absolute value of integer "4000000M" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 20 of TESTSUITE/test-config:
+  Exim configuration error in line 21 of TESTSUITE/test-config:
   extra characters follow integer value for check_spool_space
 LOG: PANIC DIE
-  Exim configuration error in line 21 of TESTSUITE/test-config:
+  Exim configuration error in line 22 of TESTSUITE/test-config:
   integer "4000000000.123" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 21 of TESTSUITE/test-config:
+  Exim configuration error in line 22 of TESTSUITE/test-config:
   integer "4000000.123" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999999999999999" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999999K" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   absolute value of integer "999999M" is too large (overflow)
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   extra characters follow integer value for finduser_retries
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   integer expected for finduser_retries
 LOG: PANIC DIE
-  Exim configuration error in line 23 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   extra characters follow integer value for finduser_retries
index 6db126e5a320fff79f4875a5945ccccecb6facdb..f8afd85ea7ba2b3d4ec1655a6058b63057cb49a1 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 43 of TESTSUITE/test-config:
+1999-03-02 09:44:33 Exim configuration error in line 44 of TESTSUITE/test-config:
   failed to open included configuration file /non/existent
diff --git a/test/stderr/0615 b/test/stderr/0615
new file mode 100644 (file)
index 0000000..85ee6f7
--- /dev/null
@@ -0,0 +1,15 @@
+LOG: MAIN
+  WARNING: purging the environment.
+ Suggested action: use keep_environment and add_environment.
+
+LOG: MAIN
+  WARNING: purging the environment.
+ Suggested action: use keep_environment and add_environment.
+
+LOG: MAIN
+  WARNING: purging the environment.
+ Suggested action: use keep_environment and add_environment.
+
+1999-03-02 09:44:33 WARNING: purging the environment.
+ Suggested action: use keep_environment and add_environment.
+
diff --git a/test/stdout/0615 b/test/stdout/0615
new file mode 100644 (file)
index 0000000..58d5d0e
--- /dev/null
@@ -0,0 +1,4 @@
+keep_environment = 
+add_environment = 
+Environment visible in Perl:
+
diff --git a/test/stdout/0616 b/test/stdout/0616
new file mode 100644 (file)
index 0000000..8ba67bb
--- /dev/null
@@ -0,0 +1,19 @@
+keep_environment = ^FOO\d : BAR
+add_environment = ADDED1=added1 : ADDED2=added2
+ADDED1=added1
+ADDED2=added2
+BAR=bar
+FOO1=foo1
+FOO2=foo2
+ADDED1
+ADDED2
+BAR
+FOO1
+FOO2
+Environment visible in Perl:
+ADDED1=added1
+ADDED2=added2
+BAR=bar
+FOO1=foo1
+FOO2=foo2
+