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>
Tue, 23 Feb 2016 20:56:19 +0000 (21:56 +0100)
Add keep_environment, add_environment.
Change the working directory to "/" during the early startup
phase.

(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)

834 files changed:
doc/doc-docbook/spec.xfpt
doc/doc-txt/ChangeLog
src/OS/Makefile-Base
src/scripts/MakeLinks
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/0569
test/confs/0570
test/confs/0600
test/confs/0601
test/confs/0602
test/confs/0603
test/confs/0604
test/confs/0605
test/confs/0606
test/confs/0607
test/confs/0608
test/confs/0609
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/2030
test/confs/2031
test/confs/2032
test/confs/2033
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/2130
test/confs/2131
test/confs/2132
test/confs/2133
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/3416
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/3700
test/confs/4000
test/confs/4001
test/confs/4002
test/confs/4003
test/confs/4004
test/confs/4005
test/confs/4006
test/confs/4007
test/confs/4008
test/confs/4009
test/confs/4020
test/confs/4028
test/confs/4029
test/confs/4100
test/confs/4200
test/confs/4201
test/confs/4211
test/confs/4221
test/confs/4800
test/confs/4801
test/confs/4803
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/5608
test/confs/5650
test/confs/5651
test/confs/5658
test/confs/5700
test/confs/5750
test/confs/5760
test/confs/5800
test/confs/5820
test/confs/5840
test/confs/5860
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 a05b41b40aa8e66140ca291f03b6b4896d5b6240..6a19630435087213c8e35e54a4414583aff91c03 100644 (file)
@@ -3149,6 +3149,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
@@ -3480,6 +3485,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.
@@ -7687,7 +7694,7 @@ domain, host, address and local part lists.
 
 
 
-.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
@@ -13810,6 +13817,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
@@ -14871,6 +14886,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
@@ -15909,6 +15948,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,
+
 
 .new
 .option slow_lookup_log main integer 0
index 2c34c2176ab26f24ff030aeb11b0390e039d81f4..27365beae9a9f1e79eba69eec6b1c0b85638b4ad 100644 (file)
@@ -2,6 +2,7 @@ Change log file for Exim from version 4.21
 -------------------------------------------
 
 
+HS/04 Add support for keep_environment and add_environment options.
 Exim version 4.86
 -----------------
 JH/01 Bug 1545: The smtp transport option "retry_include_ip_address" is now
index 1d5a5f6f4557619b4f237c03065f4c87341af86e..81fbee0c562fb4801f548f2d3a75393e83739704 100644 (file)
@@ -317,6 +317,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)
@@ -573,6 +574,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
index ea6265002607fc06e02c62e2d71a4dacab06bfc1..204bbc1d281c6255517dade451cff3ee81b2a0ae 100755 (executable)
@@ -101,6 +101,7 @@ for f in dbfunctions.h dbstuff.h exim.h functions.h globals.h local_scan.h \
   exim_dbutil.c exim_lock.c expand.c filter.c filtertest.c globals.c \
   header.c host.c ip.c log.c lss.c match.c moan.c parse.c perl.c queue.c \
   rda.c readconf.c receive.c retry.c rewrite.c rfc2047.c route.c search.c \
+  setenv.c environment.c \
   sieve.c smtp_in.c smtp_out.c spool_in.c spool_out.c std-crypto.c store.c \
   string.c tls.c tlscert-gnu.c tlscert-openssl.c tls-gnu.c tls-openssl.c \
   tod.c transport.c tree.c verify.c version.c dkim.c dkim.h dmarc.c dmarc.h \
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 f9d57ab9c614d72b3abca990689e988b5e92f9a9..beb5abc25aa373605a9b187cbdda25bb00472ac6 100644 (file)
@@ -3723,8 +3723,19 @@ if (running_in_test_harness) smtputf8_advertise_hosts = NULL;
 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
@@ -3881,7 +3892,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)
@@ -3921,10 +3932,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;
@@ -4514,7 +4525,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 02579040eccc1731c260877aec042a87e07c39f4..8ddf848f2ab3f6c6e9667910b37902b576161db8 100644 (file)
@@ -104,6 +104,7 @@ extern int     check_host(void *, const uschar *, const uschar **, uschar **);
 extern uschar **child_exec_exim(int, BOOL, int *, BOOL, int, ...);
 extern pid_t   child_open_uid(const uschar **, const 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);
@@ -408,6 +409,7 @@ extern uschar *string_append_listele(uschar *, uschar, const uschar *);
 extern uschar *string_append_listele_n(uschar *, uschar, const uschar *, unsigned);
 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(const uschar *);
 extern uschar *string_copylc(const uschar *);
index 66baffe450257af3a53b693042eca1ac0c4062ce..1dbc015f0a1ab27d7572fd97d3994c0d7f767149 100644 (file)
@@ -320,6 +320,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 = {
@@ -789,6 +790,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 ab03302bbfba57a77eb968913b5458e1347bea27..f3e884b8e256db228aa32a737a48b284b78ce8df 100644 (file)
@@ -156,6 +156,7 @@ extern const 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 */
@@ -512,6 +513,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 8a62d0245799b89c9b38c3bf93e2d838987d8884..9f6954cf0f964ac464e68e64576acda6e56c3c02 100644 (file)
@@ -165,6 +165,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 },
@@ -279,6 +280,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 },
@@ -2522,6 +2524,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
@@ -2663,6 +2666,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),
@@ -2976,6 +2998,15 @@ const 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)
@@ -3421,6 +3452,11 @@ if (gnutls_require_kx || gnutls_require_mac || gnutls_require_proto)
       " gnutls_require_kx, gnutls_require_mac and gnutls_require_protocols"
       " are obsolete\n");
 #endif /*SUPPORT_TLS*/
+
+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 a3fbc4ea577999f9aedd1721fd5420480600a10a..b7e7db48796064bb0570e8baf16d88c689d48506 100644 (file)
@@ -1706,6 +1706,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 e1dcd77bc67b3bf8dcdcb3869e32e747b0f36021..01394c58d716e173c555a613414bb48cd3e96ea4 100644 (file)
@@ -855,7 +855,7 @@ bad:
     {
     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 ab9ad45f2bd0efb4725f194093ef06f461b0efba..9d711a2d11f02413493ef447d61bd94cebd92912 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
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a6a1581d9a5d5698f83a1431706e3802caeb7369..819287dd5d59a8615143731602dfb40691edc20c 100644 (file)
@@ -4,6 +4,7 @@ LENCHECK=
 PTBC=
 
 exim_path = EXIM_PATH
+keep_environment = USER
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5c1382c7c17054dd948fc5c0c489abe9db254672..0488567893123e4120e0c98ed8512b736f6fcfc2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0003
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5db3d6a2afa1b26c71844c84a4a908eb2166ec58..5af05e39d1c1853a6472dbe99e863e61f9736f06 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0004
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f7d5b8027742de21b4179a53270ac40c7f690c75..0e096d8dc50ebd6a15d1a58e0922c339f25b3f59 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0005
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e85bb4ec4e4da0a1e3ae606f8bc63f8fbf866e76..fdb6c228d68cd41f0fdbe613aa2f736192d6e3aa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0006
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5e01e1de2322a84bf71a9e1bef0b4f90f58afd85..30e534cd510abb3d3a4661f318b02f792a36680d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0007
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index bf2d5b0eaf5efb57aa93c1964ad8e7b94d0174a1..91290b74e6160e5462d695232a64c12d066af838 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0008
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 2049f10e14a5da197bbf9e634783942ac911e8e5..271e3d0114ac0cb9879a14214073ae8b7acbbca1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0009
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 466b97c35034560fe426d2149c1214adbf44e14a..8b9b43e53ae72ec380a2e8ac8539149dc9c2821c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0010
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 36aa77762e6d56f33e16dbf79781ffcca4bef405..11852d6095480363816cb23b1c25bbfc0c234ae2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0011
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f554c9f1596802cbca5bb6e5eb90d21f3ae6f907..b043b3036717f63c8958fd55cc583ca5218392d9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0012
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 08f976a252835c575fe086d3371fa004bfbe303d..0241662bb8922fb070f2b7ff74c62ca7a1453a71 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 9785f5fe140c0210dd9930245a68f014f1b2e67b..b9e5222b9df2d7a97fc3d03336a9b70d28485d1b 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
 spool_directory = DIR/spool
index e5637556bce7e3401b0afd24a5ca063e72fcc8c3..a41692d1988fae0f8dcaf642720efb21c0667b80 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0015
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5d9d99fdb3d0f81c8ceb93e5002a8e8c33d54ae8..eaecfe576951b6f53d623188f752bf24459930fa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0016
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9a9c2003d842b43b094007bec364ef1eb47f19c3..76922322cb65b42a105672ca3c6d8fe0a41be7e4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0017
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 170a4c1c2b1bef85a31ec8f855b931485415e6ef..24e9ae3ace61587190af0515dab63c215a8a7eda 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0018
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6143a4d22e826262dc77a767ade4e11a43b40092..4fcf13d801dadeba99746bd91802c7fd6796c15e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2409
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 14fadcd77aef4cb06e5ead66678d64aa84b6408c..e0c99ecd2e118ee9e58887cc0a43e643c1cb3d10 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
 spool_directory = DIR/spool
index 96dccd4af5f8b4d9184c5ae385173a6c94340279..81da0554ac49e6fcfb80da376c7103816a0f632e 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 BR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 38a844cc930181fd9d72e7c9e5b8e2ecce898618..1415a505b7cac6f5d2268f1eacab7193a7b90615 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2ee1d538b62a1a768bc92a5b67c63058d207bd32..020a1459a0cddb7f7b578c75217b3a6b6d9402d3 100644 (file)
@@ -3,6 +3,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a70197579293de2656b4a183148c0ceac91d7654..d62fb49b3936cd8f9bfe3032821e31ea39e5cffe 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
 spool_directory = DIR/spool
index f17e0d5b2f27be23dd00cba20dcdace73c99f413..1bae53495a465b8396c41c69895f195b31119c12 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
 spool_directory = DIR/spool
index d9c939d582852d222efe5349b553e80105c3c33a..af26616710aa7260ffed70f89ed7894f8ac84848 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
 spool_directory = DIR/spool
index 36116e86300bd31cd63d2b35238e30cd13cf638f..ae1ff56cbd6fc40d33a34f49e565b1067ae96836 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
 spool_directory = DIR/spool
index 23d6c935d4c8c7b3e9bfb50004c44fb33de10125..7ece2503ffa8e6fc091f964e79969192561570f2 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
 spool_directory = DIR/spool
index 353415c08462a01319bf3414c1ae8eb12839f275..a8d90ccde3f7d5c3df5076e3213815e14c8160da 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
 spool_directory = DIR/spool
index c2ba7ab4fce58d8096993606f2f5bd0b85720b2e..7f867c91e0af66dacb2e6b21c127d64a4d2a4b71 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
 spool_directory = DIR/spool
index d4452ac3a9fbdde5c0d36931e53ccd4aa86a1305..0d21d188945dfcb7e34384b4589c5a2930c8327c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0031
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 9d2a0255b4b4988b26eb197e7e2b4cf52e220ed8..b8dfb967b23d57e93d23739d6cdb2041a71369a9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0032
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index aef4591e9aab3c45fda6da5fc8d7c142ff322f47..ee720b2c1b841cc6977558b8b9d535e95ff48cfc 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
 spool_directory = DIR/spool
index 8317a0cd240857565957d060c29ca9602fa3039d..8ccabc8f85453cb58b7f2b2e97a99fbf6e5ae0b3 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
 spool_directory = DIR/spool
index a591b7521efb04fac9879bb87ee63f314b181062..b0e44fd805d6b755090c6c8068ef04c68936a67c 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 SUBMISSION_OPTIONS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 218de7b4cd12fcce77fc93617494831d8bfd3aa8..93dea8c7b0da8753da094153552bfaf5c6174098 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 84385f07a276a0bbb6dbb668a18af86c8c605014..402cf4fd532c9ed46d873ae95ee3fbcac360475b 100644 (file)
@@ -3,6 +3,7 @@
 FILTER_PREPEND_HOME=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6c4c332ae9020bb60728ff76f4b4c70dae7bafe1..b093d7abd067af475b9f1bb199d0dde42455d5b1 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
 spool_directory = DIR/spool
index 36a7d509bd2728cc83bd4b9c719ffc2fbab2eef9..81c9a5a29156ea68c93e97eaca8af71233a71458 100644 (file)
@@ -3,6 +3,7 @@
 QDG=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index c686bcc021c9637a1d20ce7a38fc021d6db34f51..1c94ff8bfb715e2e42c7d6a736a402069309038b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0040
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 996e322e7ec0be28a13c3a89ae0c35b8908e5ac3..d20686f4030d868d552b4af75f7b933dc23e7d6e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0041
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8a38474201fad4bbbccbd33b0abcbd238282f4b6..f24e2e8c1fc31d744fd14894f2f486d9b1f3c298 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0042
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 301bee4381498e4dd0fb5c3b1ec2112454402748..b4cbc9593e3679f1c37d2782af7666ff3c0a42e6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0043
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 922944341405a6fae7052aed6b68fdd1c7393fe2..8cdd803681f7e5f745f34b2446a6cbd7331b3bee 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0044
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f60aec0ecbc75ec30e48a24951844d7425378331..862ca63859e74e2da286a81d789a71119868058d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0045
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3c70acc52f7980aa370d7f098c26f39634c45a90..2b9a51ccc7d599941f156a2483511d8b0836b13a 100644 (file)
@@ -3,6 +3,7 @@
 NL=FALSE
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 1e59305b65b4bad55b8f0fd515db9d419fc68626..1bab20b48514e5195fb37661e2d03ed018560864 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0047
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 374dbaf88fc63addf956ffc3136c641857d5f3e5..b6e1c5f134d8cc34a52e384aae58e387102de68e 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS = true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e2b7279e0c27c754d3e232d5e53f4d70cdb741e9..c35c3b276c02df80ae1b29ad1f2bc362e646840f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0049
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 8bcfdbab0420a6a703265574b2222708cda79608..c56849fbb80f1756b4a028cc6a5b80f230e4d3ab 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0050
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 8e11e717794c4359e12576e536e67f411b017414..588c0bebfb8e9d02d016bfd806a941ec826c147c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0051
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 34c05989b8c86a7cb54a9601cd9e3ad5af93e910..526530fcac3ee6d985ae3eab03f8ce84fd3d6aaf 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0052
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 646eee96f20574b7cb67c871ede126bf453f200e..1c8b2a7d5f87e62895c0c2ff71ed00a50d53b82a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0053
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 1a0ddd3c66d71ddbe4ebb5aef71b900c42a05df3..ea7f571e8a7c76b3375fd89f915a0c766fe32474 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0054
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 9f1b0087c5c1d6cbdcd66e87b65644f07e683a42..44e1b30ef5ea4affcbe88d442437115dfa4f514f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0055
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 51fa53b2713f8c94245a79a10823e305b116aeab..36e79b5c08e3267c908a3c0ceb68eecf3fde7c06 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0056
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 37bb1987ca66bfd2a4fe704124eea419a523fe7b..2c0c0629b23d8692479a1b1d93e54da25c056343 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0057
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index f095f3713932550f689d2792981f4d9774dc5ce8..a9889d945133343720103a970c90760ca0a3ba25 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0058
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index b21c5cab56cccdef9b4ac6755d85e49acfa51133..3a34afb36b3772ce24769df5d626c8fc24d24c79 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0059
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 0bf8bc4d6b58eba7d2fd15b034bc4b6ef7fbb0d9..97b727cc17e593dfc161b28a4a3db8642178637a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0060
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 84d41498bee03e0d26b91f04b5a05583f9406f20..f0fd386e480883df08e0c5c76a8c84386205d092 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
 spool_directory = DIR/spool
index 9becb261fd0934cf1ec7159b83b4ad1a7c84e91b..b9b830d2ff7f4f44dd2db227ef614a506dc76572 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
 spool_directory = DIR/spool
index d45c79cef3d8e3ef7fe6ede5b9cf36426cee0ef6..3903ed1e9b631ab0fcd7b8ca61c50c71f84ecd54 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
 spool_directory = DIR/spool
index d2de325291c91d8a2b07dc052ff9418ebf824464..49c03ebc745ac23084f5bed2cf826b23835c52ed 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
 spool_directory = DIR/spool
index 0f18c5ebbc35dc8083cd74cd50d2e357d1d64b9f..743ebe01dc8e9c9a8ee1253938327a6e586366ec 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
 spool_directory = DIR/spool
index 8143b632e97e1a23653753277b70ec3994bb546a..c5946ffc19a3b18b8d77a62950b13276ab25da1b 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
 spool_directory = DIR/spool
index 4d53f3a7e891f321f66c174cf5dc87b4e55f87d3..a06137dda0e72ab060bab917cbca8b49b2deac6e 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
 spool_directory = DIR/spool
index bc3e88d23d7250a4ba28a47e7711b85aaef4ecc2..40b04c45ed51f297f1dea5b3b682be6aea64a690 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0068
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0c28c64846052e78c727f8e5cad9813a8389b057..1e3afaa88eb76d4b3f8191258ecdef88abf9e1c3 100644 (file)
@@ -3,6 +3,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 768f7d61428484df7b15249501131e3038a5ceaa..c008fdc0ddedc90cd7aab705e45a49a7df76495d 100644 (file)
@@ -3,6 +3,7 @@
 HVH=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 749781c784dd1fdbcdaace50c6e8310f48531a0f..b0c491099c6c60a8b1f6aaa439e34d02ce962af4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0071
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 110d3b1a94f9140887f163bcc8ed3ccf38738404..db70561d7603f8f65ec238afaf5c1230407d9d9e 100644 (file)
@@ -5,6 +5,7 @@ ONLY=
 RETURN=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b39477878daf6403c889c0dcd203d745d7d77058..1f50bd0ebd072c2460e129fede52d5075761ccb2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0073
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 515330050fc1b75bd381c94839558fc08098cc0c..a5c95b8b5cfee3297192fb34fda01f04b1a7cb60 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0074
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5ed1218ce904164c0aab33e22c23504ef5043fc7..8347a6308b78e447c2f1f8437db13ec47147242a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0075
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e95ee98da07c26e704c55284ac3d97876246cbbf..0e9034c8865aa8eabba1e1a3873eeeddc485a5e1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0076
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index aef2fd685cabbd75451ac583d7056454dbe19cf1..2f26d9e8d4a1ba3dfd0c9f90f20d18a4cfdf55e7 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
 spool_directory = DIR/spool
index a9e660a71c90281570bd82441ca7fef5763236ce..9212aca78542466ae630afdd1421405e9bb551cc 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
 spool_directory = DIR/spool
index 522c9053bd5643f8a592a7c340313cd65fcdf2ab..7263d0a5480cc690b5e00a31b7fb77ccef5932f1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0079
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index cb83d38903d39e57f16f016ceb0dfdad404a5ffc..64efa8e7f9ac0aad92e61658ae11f50fcd3bcdde 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0080
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4bca680a491c25f256a29389c925bf498f313fd1..0bc2ca51a02a74ce4693c2f521eca9362a4e1e91 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0081
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b6fe0f453dbb750671905882af7954ced27daa98..894c810014cdab3adfaa4bb194f9777364564bd9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0082
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6cbb42e23d3f49ba7e7f32529c9b25d2380b39a3..8af77d3c379087f5652157a9f257404e5cbabb26 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0083
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 30a8cccb87ece5f1a728c7a652157d93655ed317..8601932ed6c440c9a18c392d4c1b9a85bc79ad93 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
 spool_directory = DIR/spool
index 59bd0eea4859e4d1cd23bd55b73c38a70bdf89f9..3502a04a7a18792ab075f83f4e3f1060ab2d1bf8 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
 spool_directory = DIR/spool
index 2bf285a977951418b043363f74f6883e631a70d2..766de17e1d2a79ff5bfeb13e8bc5fcfff0ad9054 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
 spool_directory = DIR/spool
index 71cdc701c923a096645468c9d0c0cdb047a8b16a..c0c2b44004d9628f1703a8eb018f395d3345af06 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
 spool_directory = DIR/spool
index 96aaca6e7bda2c012490a6821ba67098f15b88a5..9cfb4ced252f5c5b0de893c3b4d005b0ee9c1c20 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
 spool_directory = DIR/spool
index 3b7f145c9216995e9882ab81ede5dfbf4ad360b8..6b9dc0489979e780cb244c67f7c373e53157a042 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
 spool_directory = DIR/spool
index ec524c83f7bd3016d4d1756cfc680cf78b484078..0ca4a81f545b0507d9c5aa370e5bbf4e42d041ab 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
 spool_directory = DIR/spool
index c65a9479910b7b3db888bb076f1b9ed80f75a333..a276c93eaad0cfed86b1c1381fdf0888ac7973cc 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
 spool_directory = DIR/spool
index 62157cb3306b09a1d1d1e96129218914ee15be31..c4222eb721015323b36bd219b7ea1706a53cab33 100644 (file)
@@ -8,6 +8,7 @@ domainlist local_domains = test.ex : *.test.ex
 domainlist relay_domains = test.ex
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index c8124fa820eaf2c1e9099a17ceee2c6f0728f321..05cd4494268778bdd232363fe585f56e7ed8a320 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0093
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index fd25acc31d0ac751256e15118c53ce9e8e8d4bba..2bb4c30cd3dcd99f13aae79ca03cf878923122b3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0094
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f19bec7c17f1505bcb72bbd01a25bbc60808c6e1..666a6c5d0698f98d98a9a18359d212c0fce53cf3 100644 (file)
@@ -4,6 +4,7 @@ ERT=
 QWM=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 98ac5f85a24a0d8c3b19baf94ad37a8e846d39df..5abcfc97f37b72b914a9b5fc1c61fe81e73a4921 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0096
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9c4f7d93121489ea3711d344ae5572394dac56f1..d8b5f2933406eba527f2962cbf835f71552421fb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0097
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f23da44c6070d470cf8efd54fa512f41c29f0da6..4cab76facb2c522ea74f0785e8842a5200e01142 100644 (file)
@@ -3,6 +3,7 @@
 WMF=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c4e1a8339a0845ac4f46fc920185b4c00bcaf231..b5cce9c69e914edc8faa4d0b70c0dfe5da629c01 100644 (file)
@@ -3,6 +3,7 @@
 RETRY =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6d78adf06d98d544cb2ae91dcd50a44cc300f682..c603215df89ae2419b4c9d29a0eda12f1998977b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ccee4194d8ba4e9543178c04bc170f5977c0fb3c..8e650b7bf3616a89a1b4066404ed901b94fc1233 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0101
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3b3e3d52e9cf5c731206a535d7f5dbba975c71cf..21f545de74d468ab2ddd941f7b83506b1de3babb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0102
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index bff294a967a1cf27900372fb645fa2a086100abe..b887cda167cbccc183b9f2725fb393146311b258 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0103
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e6c15b8c8280f20560d088d1b341ab926ead172a..d1b9b296e6b1f6c17bf94cb6f0056840693f2458 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0104
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 73550b3958dd05ed9b5157e1b1338f228ae271e4..a33e48338ceb9691020b504806991fc6cba4f578 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0105
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index bd7cb84f845e4e22cc3a278f809c5483e228a047..ab432cfe34529d0c473d07650d89822b3428e442 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
 spool_directory = DIR/spool
index 6fd34ce7c60fe87ff29b691607c82fc20a4c3c08..ad2bf74f54f658773265e15a662f24908d9a3fd1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0107
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index bbcb3e57fe80d9665bfacf890e973ccab4e02fdb..deca61fc74f1daedcb3c346650d002d18e41ee43 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0108
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d42a79d58f3320b9efb7d9a7fa88fb4400f696aa..d7c2435d58dbea6156e62cc0934defa2d97a7730 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0109
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b02cf59294eed4ea1e24b4d54c15fe3e43bdc69c..a4a70721869330bf11c25f932fb36845b3e1681b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0110
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index cb95f577ff995692d6e94542573ebe7f7468d731..252131a0a4f7fad1fc2826ca06dc292431bac648 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0111
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 2b3b7bd4a4c67d343a43295670c0bc3cc613cf80..d07e2e15e8bcf4ce9dd8f79af02d6599cb546414 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0112
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0d1240e299efd2ae1f96972867412624b6a9281c..dc164621a13a6f8c3240895e3cfe821d673bee15 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0113
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8a4595f2246fc6da7f7d466c8e4b9e289810835d..1b23d2e1381e033171e782f63b2321fb64879c36 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0114
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3f5fb8b4d43baea24882a5e58a745f03f330b82d..8b113204b09653241199d449fece382696b84f32 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0115
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 41aaf0d3384c41427e9a706acad18a56f2e8d9ac..fb7fe600a6520edd0e3e3d6fdb375a451fb1fa36 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0116
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 11b9409844a7aaabec9bb739986768b77fb66a37..4fd23727998b703d6800f3ee17f4f3588a0b1c03 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0117
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index bf517b14d8f42417ea133567d2c98e0b3160bbf7..4e08d55ab265d3998a9bf7924cffe5cca20b746b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0118
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a25646b5e6e382a719265fe5e594ccf662878852..e8187e4e5c732ad68d8dba6e4f044b84c035f2c0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0119
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8fd162d090cf81ec80c33f2f8e06484470aa4c49..94e95e1ad6d84a415d0996c532b34dcc2a5d398b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0120
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 897c90a9252887cc5fc1b63ec1a171002724a97b..39428286272ee38a25768716e806b8e0673d1e32 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0121
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b8bc34213bef5385cf49a8d25538c61f51024498..dbe4f83b21029c81ae16cad9380f6e9a8e5bbe2a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0122
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index df35baf3d8bf4dc31f0f25f1a7499c1912af9e10..3f8c21dcca98cb434c9c91e0f9d38dec420ce17e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0123
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5f156e1f614bedea022b36c5d0c4ce2f073f623d..39f44f7988cd476c363ac9fef674ea7b2a854619 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0124
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3b74967be05a62ec0114609953e919f27b37e7a7..65251fe688cfcb86ba22917c701748fca78e4f39 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0125
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 04583de9e2223f793c63521950eccd0fb14cf4f1..24cba5afaa7dcba5f4f9c3e326b2976134340162 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
 spool_directory = DIR/spool
index 3e95cf8d148d370835b4c1469aa434ec63ecce8a..afeca992c7c907e49ad0b1595fa7e0557314d280 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0127
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.ex
 spool_directory = DIR/spool
index 95271e30c5af19028f0126d40f605bad7cdf4a0e..3818c0798924e64dc7d41c07d4f840d1b2d5d57d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0128
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b03391476938a67ba8ebcea484bd1de7a270140b..0efc2ad179b0de426793d970f9b44941c1c4c049 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0129
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5ecdfc3954da41e00f229d17b4c0fcc60d08530e..63d0ce27006a3d108765d367509f0d0ae99160a0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0130
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 50ae1db14470dcc64aa41511c1d45e2842dc7797..0a10301982ec8495e5460c96317ee8ac71e86e9d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0131
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0ed262a7359d30171de5a6ac32563b13d5f09439..ef67e13e9102c9111a4ffa93517cc866d47dbfdc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0132
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c432021217a4c6a14aa268530639cc6f5d167ec7..b796d0b60ad592ea2918cc6eadd13129cf617302 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0133
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 08519f38d8acf4ec09265b7a54f8b71500642ec5..39c3eae78ee087ecffa6a4bc0f3c1ea18ed1fb4d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0134
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4cef8c451fdf6baf4e4aa0e6f8ad9f5ea1a91847..9f5239b63df23bb62182c0fc34a2500b13dee3d1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0135
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 01442521390eedb4a9b0be2510230721ff51bee8..d85dfd9be9cc8b475614fb8094168677fc21ef68 100644 (file)
@@ -3,6 +3,7 @@
 BRB=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 45f3c442ac0f889e62f4bd9613f3aa007fa5617b..50893c3f4ca0d85df6c02ffdbb50a32d616d828b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0137
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index abe4665e4f719c1377ad491da4cbbbf531339659..c65fcd9113d1b9d6e2cf8799fb5e4dce502920d9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0138
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3a10b713c3a6d781ed9363502f5277d8945ae4c7..eb35cc9a38f5d3c449eadc0605a12830303eeafd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0139
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e3d032431c3ef7f92c360d606fc6fc03c5b9c54e..2e965a90bafff3831918fdffb05b44e2ba9fba47 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0140
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 275e7e3b6ed2a7944c898a4ac59f875fd51acb6c..e22e1e8d7f60dd891fd838fbc97647e60285501d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0141
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 672f0f4ec891808097558d9f0a87c78df73188ca..0c216092d344c562459a520a3e9f588fd13c59aa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0142
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e1dd55ffb418f80144adff95fd9f7b22b6441f38..2ae02c8a3d2d992d4fe82ddbb0ede926c46b5091 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
 spool_directory = DIR/spool
index 116416ec70f1bb48c86be73736bf7738c6956aed..addfc050010093342ac2caa84d07006bd973800d 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 011b4c6d5421fbcd8b07f6cf914c0a1a17105b25..c9cb5b08b3e11ba78fa9cb0aa7c5e377a8008be8 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 ae08e6ae2d027a82ba00e53b7f23ef76a954b87b..38980f76c5b367e0b44274e661dc1645cdda7295 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 a7ad86bee3391fa4dbf98c626996ffe8eedd041f..3159f15c64350f7997d768fe4f094d88ef9bab4e 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 6a2a2f1c6f8f99dc42fdd0221d0a8e9fa74e6cd5..2852722512ce0d0da5505a259058bddb08db253a 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 c652322c5b7a9a6636f77cc460900e1e9d225811..4bde6026f222b11636e5aa87496b940132bf2c35 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 3bdb03f640bd3782aefc3238660a4154d994cfef..6bc84b8d1e5859f5191120d2c666e227d9a6de64 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0150
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 7f514cd455f85b5895b07feaf9ad14b3d088f19b..a0ff215499e351852048448b962f1750b2e5647f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0151
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8272de7d4176fb10f41d4871f7c517e84508b564..2d95cf5ff7553440edb5949ebbbeecec0a420436 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0152
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0a4b448a644a1d0c963af2bd7fe40f2764f3944b..b349e146b467e92c2af8a27b08539c3b5adc6b94 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0153
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 159d5e2f8f3c42fa1117a589b6474d3ca075b7af..0427d4db088057f60912af05bbd75b94b533f73d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0154
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index cd8ee91ac447d77e1f2adcea0b453452e08258c2..551b4c68e605307d2a76a39e43fe1f1bbfa45e47 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0155
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index fcf969a2cbe757e054d41af9d36661e6db8f6d26..c2d143e6cd6d154db51103cf9bd36d52ea574e29 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0156
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 2378965580d8033075392f8fcb364838307a546b..cf4d973c1e20ab644134f06767c608f4879b5231 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0157
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 06789cf3633f04f783dddffc8a0e204631714db9..04bcc7e86e1cc4e9a7827860059b652e46a9aa09 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0158
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 64be164a9a796b494af3e8877caee4c00b319954..73c3d0d39e11b689009f06c3f6ead849f1da2c06 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1edac2f4a71fc413ab79ab4fc7eb2499690b8f79..5ed39bb6fe706e0ae341fb384c4f2fde41dbb152 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
 spool_directory = DIR/spool
index e5409f011fcdf811a20180eb419a8df3b99721e4..038593363d6dd18d3d5ee9dc3507bc494c4a8c33 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
 spool_directory = DIR/spool
index 077b9a41d7cdb3f8e7de9ad8aebbc0f8bc0784f7..a1190efe563ae8cfe43e56b4a7076a059a564988 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
 spool_directory = DIR/spool
index 4193741c2cc0f21bd00128afc107a6589ee35f3d..829c481fcb4c56af2185f6379cbcf0e3481dea0e 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
 spool_directory = DIR/spool
index 814ea8109f650b85471ffac377c3273347c77a4c..0eed311426740733a80694a40fb0db2abb0071b4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0164
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5db2c0ae98d35052daaaf0ec9362c64426c10a7b..bcdc66dd263718c76bdd7d68260defaff64d5b4e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0165
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c8c20315ef870f333af80a9ea907427947757a69..2a73e0c105e18da96d16d636ea623a46ec1677ed 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0166
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b74f1fa01d4d3b8a91b14e4832151927cb1f5ba1..45e4ff23aab0ff47ad1aba35cf79b3e5e27d54a9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0167
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 01db843687d4539e776bf74eb9127d40f5695668..6ae4fc75d64a1ab6836254e54a704c32cfacbc5e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0168
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 62504656f16a0fb4aa87d83f846f37d1d65cf16a..9c6fcbe576f08bbe042fabe59194ee8624a3ec92 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
 spool_directory = DIR/spool
index e1f773a09e80a5a7a42934c8b0aa69612668c1be..6fabc8e53bff10b0e028a147ccb8355bce6d4f61 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
 spool_directory = DIR/spool
index 05b023abbfeae6f22c82f308ba6d0332cd738e5b..dec392544e06468bc1fb2e48f119450dab06e4de 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0171
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ea4cc60594b141aed94e9243ffca7da3f32ac2af..f08a167018617a0e7014f1c97614a350f7406f35 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0172
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ddde76cb4f428dd01bc1191df10f5591e33deded..d8fb3dbed6569b0fe88eb50afb49f4774739edfc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0173
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 31e11e8abd21243153f359b5345718fd32307953..038c73edc121410c4d23e5e4491c9358272f7656 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0174
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4f8be4fa58c2f3dafefe39b5abce3739e0e21ac3..a8d9819e1298c872edfe3c56073078ae6ac25cde 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0175
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 48bd6ec5ddad45152049dbbc50a137c567b8c957..4dc07d0213a23d7b10a2f029aa27c081ab6b2a6b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0176
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4782202c4c9169c43a1054e37d4b7adbdbd68dc3..ea299795ff1734a93d2eec5728b8431efaf59a49 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0177
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 647f5f8eb1bc9d11b2dbfa567fd2632f288477d0..400e0ef9bddff1226055a2890605dd7f34766730 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0178
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 39363d4ada9cc48fd185e56ca63c4620c10b7fe4..44f1aa30fbd719fa111ab559bfac06a17cf9bb47 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
 spool_directory = DIR/spool
index 4f291f49259b017bea1528159808ed547c4062b6..868f7d7abfc59ee9e27ba319372233107fdac341 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
 spool_directory = DIR/spool
index a4e38dc78c536f70d12ecf3085d5466a0dfd8315..445a077c9544eb6f536dd689312ef74fd2f67f84 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
 spool_directory = DIR/spool
index 1f08905785d95d59b580366d4d445b607c18ebd7..f404a87e084ac3fcaf8076d7b8a874a9935ccb5b 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
 spool_directory = DIR/spool
index 89b735a5efdc90a638d01b7f787c573c669d1de0..afb69e4b15d44eb15ad0b9f751cd91b19659adfa 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
 spool_directory = DIR/spool
index 1cc0c7bc7e1693805704f0100a009e0b7bcd5072..22e4dd68695d98fc1762c6851e4a1d495c0e3347 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0184
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d4a5dac1cacfdf9e9f64f463e453f8c8341851cc..843ea7db2a6b56d50ed149fa5acf308a36b0b719 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0185
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e22f42647c59dc810b10320dd91e8e3fedc5894a..2f6cadbd077d75c351498159e2dc9f2dfb1d531d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0186
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9750ae09058e9db6278a1c71f1e0794edb32949c..bd55ec618fd36366be636f87be20b213c80f5099 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0187
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8778e1420b6ada18b95c34309ea4c071e2c2fe31..88164521707c989140174dd022a78110ba99a77e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0188
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index fcf63ff02e2d37be30e99f08a44ab1140d5ee9c2..11a4ac0c2655444b6f448dbf83b49c4c9db0ee39 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
 spool_directory = DIR/spool
index 6925a373b51ab2629f45e35a30231f52646e63be..29763a60325a93357b98d72eb4247f961d676f4b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0190
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0c7628ca24061430f963f176be344a75476c977f..bad03b130359b79cab8af344fad97d16f00067d4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0191
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 419bc6fb64cc6e3d43f52aabaf53287a283abc2b..efc2f215b154ed51cc13ccc2dc4621f8227a36b3 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
 spool_directory = DIR/spool
index e819e7066e13abc5bd34bea3388c3f2ccfc460a0..095e7a384690d33acd49e734ecab3768e34a2c80 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
 spool_directory = DIR/spool
index 94f810f05af4e0c102b5c205e53710b06a17a038..2b3d7f186a4953936dace243afa8e1134ac2d106 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
 spool_directory = DIR/spool
index fd2e76782de59b57e8058e78d52844ea3dc7df9c..30f766b0ba6e9e598581fbeb7ba8ec1e5385c1d0 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
 spool_directory = DIR/spool
index 522cd4bb1b2a4579ce41251d742ba5c3f8f06c49..28b51524237501a9d02f624ab9327435d3ea9f86 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
 spool_directory = DIR/spool
index 96a8e0b8da293838cb754aa9b5c2ad065b8d2d7a..e4b458c95a45ec43db9035c40db4696c9ada6646 100644 (file)
@@ -4,6 +4,7 @@
 # and these settings.
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index de7b1f3bb9a08d5e43ac222c8121c576ca1c047e..3497339bf6fe84d43cda97c1fe17743ad246b4f1 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0198
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 2d3f204c74b7d1bae8f4091c6e6b30b185167e11..ac0974a8f5e2b5a787a521cd9afb0c0491c8fff1 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
 spool_directory = DIR/spool
index 9eccd234c25185cd8d6eb58154bf0d0cdbbe45b3..4ab51168432be8ef101f6422969faa1f2d40c026 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
 spool_directory = DIR/spool
index 69bb69b828ca87eaf9821bea6073f42dba821d5e..89b5db2571968c8474cc0c15b08a678da4d0f4da 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
 spool_directory = DIR/spool
index 77eab7f215e50f8c3f3c3e401fc84d6fe4a43067..ffb745295f602c8bc0dba2cd1741de64745ac6d2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0202
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 64dd19c4cfc1c43cf64998fc414556b2e7bc79e5..6f4e9021e625287f5edbc03c1f1f3b8aad72576f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0203
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a9ff5bbddd9490c7c5fd8ccd49126dbaeeff16da..4a05eae2019a63cce5bfae42789fa70cc9cf81e3 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
 spool_directory = DIR/spool
index eeff8972f02631a0672a7c9af634c8775dbf7cf7..712f374075edcdbb8baadfe561c171e5a997157b 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
 spool_directory = DIR/spool
index d42392ef492f585c13558f4a68292762aed21046..532bee2cb61bfc393a78f8d144491eed60dc3a8c 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
 spool_directory = DIR/spool
index c8981ee7616391f7a2b3f3e0ff95949764c18bc3..6d0f128252dbe61dcb434d28611b2513f15f5025 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
 spool_directory = DIR/spool
index 1212564d678eec0b3f3296d3bb7227f4cd84c25e..c5ba3111610ab54c5defd269497d14622dfde7b8 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS = true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index c8a473915ae15773a4298bcdb1ffefdd26abe6ae..82c8be897b2d15dfab204745c2b5000be2a98be0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0209
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9e709f761430d03be47b6019b27601a7c6d05735..b107d870b98f69b65ae4cb517b99156076902309 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0210
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 89e98a4ead1c88a12cba5f002cacb3abd29e525b..fdf66e078eb14b4267fd955d769e0bc4336e9048 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0211
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 1d14d8972568ff1536aeb74e71373e045fb44266..44dfc6f1acead5298efc3d0be2fbcffa21489b92 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0212
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 226ade9ce58b5938f929af206e6a5c2ce5e32452..72e003c0cc455415c9990b7a1a19709308f108f9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0213
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index baaa2c06eb0fe83030e680bda45db0f81669a4d1..a2c3cf896d15999dcb365ca850c92c2f30640842 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0214
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 0109d89b698cf7e0d6be80df79a2a38633516b3c..28f3357f22b13b9f5c9e434141a57259e355944b 100644 (file)
@@ -5,6 +5,7 @@ AUTHS=
 AUTHF=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3250331b1fb953c25907d0799882a7ff764e127d..4f69c6b2b2415dc2262b94be77ef72320d0406af 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index d1371dd1016c4b4847b450c0d4395821ce04b7a4..4cdd8ea4b69670c8f0c20e7c1a93d51cc2520d49 100644 (file)
@@ -3,6 +3,7 @@
 HAP=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2a4bff68d82e27da66b2b468740347288dd2fc8a..5c8e0224f0d9e4bc9ab85aa8a4c8900e0e079bbd 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
 spool_directory = DIR/spool
index f3538a7808e4f276d4f7617dd94f0f1fa37314de..1f8973cacd5ff9c5c6da52cfe25ccbf9f5d922d5 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
 spool_directory = DIR/spool
index 095d207e0229205a90598ceccb1df4c4af4e9a53..a6d3ef458a17648dc177e84337c4d42a56e0b4b6 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
 spool_directory = DIR/spool
index a28af6a163cc5c625ed3d16dc39762646625c116..bf6a8f66ef2554b2975262effa8c132d4cd73479 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
 spool_directory = DIR/spool
index 412baf220b73e39753a83977959d05bdb0e52545..b5ac5250aad00e3a0a8249a13835872816dd0a39 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
 spool_directory = DIR/spool
index 93da92c5f1c5d9e1e0d67cc2494feca0b8d3d6dc..73b02acfcb4734b98b57ff30f755967ea710f22b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0223
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6b87aa682afcdce2f343b4994d1920e9c69cce9a..56fc6782432025901a29c974fe06309c3f4418e4 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0224
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 279b84a40c25a760b738613d382da37653648108..d5dca4d120c46f302d7a95f110b56f33440d2d88 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0225
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9ebdb791757ccec73c30d3247918de332432ce63..3e2e1130e1e5b2536718eb7c8229936ba31b69b5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0226
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index adc942f06cfef80673584f8b8ba85db57c78e770..6697ecb8c352839e7764de5830ebc4947e60d595 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
 spool_directory = DIR/spool
index c143f9bcf6f65a7156be4701d357ab9aeca56d49..2030db6fd9e286027eb9624d44bb78f588eb631f 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
 spool_directory = DIR/spool
index 151ed137ca0f6184ad8d28bdfddea568ae280de7..0b4d0cece3b87e9c9455fecb26fbd6b11cdcd286 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
 spool_directory = DIR/spool
index 350a110a85f159db142d579a640e44cd929e9944..7701f268a56e9ba7423b5916476b5c107b6e5f52 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index beb9da51f467d6b764fa3f6ba99702417e42f5a2..0844b160cc225a4142e0a7b6ff3a1bdd15c12e2a 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
 spool_directory = DIR/spool
index be4f39bf07347b040d4aae13b3617d283432c2c1..5d1f7aa9bfd2d7b321eb0af2d1c7a97eed03f235 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
 spool_directory = DIR/spool
index a96661a5fdc5abacf815f18ae7ca1500df9d4d73..204393db28b1e24fbec7edb04ee36905c28c479f 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
 spool_directory = DIR/spool
index b94456cb4e412735da6ef53260e353948c8251d1..ee4465464eb93576a939ae6ee05f8c6b439e7fb5 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
 spool_directory = DIR/spool
index ef6da69f6bae714057d5c57a38d598f095424ea1..c61e049bad59800acb7a9c7156053357efbe6b8a 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
 spool_directory = DIR/spool
index a6bd6750c960a41f9dfbccc1ae2cd9b84d2af162..ed7b9851dc4859eccfa367e6e08093d0140b1260 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
 spool_directory = DIR/spool
index e23daa1cc674e4d6e531684a036b82d1b3a569bb..64b21d883f033236983b26f8a3b0f42170eeb111 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0237
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6c1e8f3e5bdd08cdad5a5981b436f800c0492e91..762f79b88c709d4a8d11af0eb37169546ebe771a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0238
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a68a76d9d45f8c408ac0aeb0faf7552f37192b75..dad51060f3da2d9767bfa032628230fd6ecfc322 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0239
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index acccc8f8b734e688e1c08bd890a9983c2408e0ac..7b87390c6e13cea85361b2445b0d57d43102bb62 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0240
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f907b5f021817b1086d6e7eb23d1134cb953da22..ef308b056878b3da3d3bc726c3d3193d28d28792 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0241
 
 exim_path = EXIM_PATH/junk
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index dfaa17aab321f97182ecd03fb7303e15862e7682..80def31889870631e1de1d729c0554d3a8c0fc4f 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
 spool_directory = DIR/spool
index f13453f222545f7e755cbeb30aa1bd6c9332bcfa..b129d5df0714b93e32956c9059befa36fbe4bc9c 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
 spool_directory = DIR/spool
index a144720a6d1693cb2fe1f1181e226e7f4513f429..f49c6682c9f614fbfc572a658042f731805da706 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
 spool_directory = DIR/spool
index 7e87be03004d4eae60047f617ad668829b8208bd..f0d822f058b6379889d43175801e9a215cbf53ee 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
 spool_directory = DIR/spool
index 2cd7c31684322755fa63aec4cf0ee9e3beb0d10e..c180c3228323eb0418bc30c9fa63a85d774b4cba 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
 spool_directory = DIR/spool
index 395a8ca623b25a1b74f1658d2ee6fbad34247688..604fa6d714eab25589d3747866ff1c68acc29250 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
 spool_directory = DIR/spool
index 5828021efe330ad752b38eaeb35a1eb8c32ead46..5d6efe85a7c4a1a3c5acb18a2a89847cec62b099 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
 spool_directory = DIR/spool
index 8367e24edeee2e7aba8c50e9e60662e4e30dd92d..8788611f4c70cf77372096ff8b24f2e6e8a32cff 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
 spool_directory = DIR/spool
index 78d960932c877b1b8e0e6f5acd5f4cbf1f9d67a0..a91591b46584b3a9d53b5673480f8204a12c5d26 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
 spool_directory = DIR/spool
index 32e184c4404290e61827b10563cbbc05d7f81c99..53b40073e2d04b0da396b93fccb8a84421c10c19 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 05e2aa626276b8b73a369d7697070e610a423ce6..f1efdedbb41b341592557eb90b51eed346a2227c 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
 spool_directory = DIR/spool
index cc730cb8ddab46795c36a60755dadba0531d20e6..a72ec8971e4a63b004d7df0fb50703bf42e3f588 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
 spool_directory = DIR/spool
index 799bc699e9ce09a9bb1b5844a934a3fbfcbb12a3..49fbc31712775f1f0ba635e0b203004ee78f5513 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
 spool_directory = DIR/spool
index 8f90f3486c3d76dea742f460dd46f0706cd4fa26..494fe38a48b3a69d57072fbee81213e4a055a3b4 100644 (file)
@@ -3,6 +3,7 @@
 OPTION=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1ebdd2b7137da859400f935764135dd75b416ab8..1013be6afb96c8f66b76948c7aea77b4ff3d78e0 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
 spool_directory = DIR/spool
index 445ef68d0235bda88b25c399072dd4f5a3ee1a28..aa673e0e5fdfa1d65986b77eb8d15e243fcd397c 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
 spool_directory = DIR/spool
index 3c13d6c4c517f14f946d686828b87c8a9826221c..d8dc8fcbef5b65388866a8e3799d55415df60c3c 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
 spool_directory = DIR/spool
index fef46a187125f8b6a28126c9f5d75db959b120de..87ff2b599cc157f2e0e3d16ffbba493686c4cd83 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
 rfc1413_query_timeout = 5s
index c2d9a8bfdf8db687092dff174cd01baf2ef88f6a..c93ba48575855a448c6ca94bd2cee3b77b4bd437 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
 spool_directory = DIR/spool
index 0ac6903aab989301f583c4d9910b0cec5577296e..640c3d4bba5464b7816bab85519d449f64bdc4d1 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
 spool_directory = DIR/spool
index 0f84c7a5c0fb60ea559c89a490fef3cf357c7737..b41e41290abe1e159892a1dcfcdc65ac1f3569bf 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
 spool_directory = DIR/spool
index 417bfeaaa443d0664ca14423bc045a70cf9f44f0..e5d1be52f7309af6c1603d60ec30b30f38a48419 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
 spool_directory = DIR/spool
index ffa4602966f5bcde49fa9a2da2515a93850da13f..351f887bdbc7d76c3bda2c78a6b74d4fced4d705 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
 spool_directory = DIR/spool
index 87ffd2ee9f56d0a298204bf3e1850eedbb686d78..44433ee9642525604239e78b4baabfe6f65026af 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
 spool_directory = DIR/spool
index 3a151f5df47d7825d6b08b250cb161640b5bd9df..654131599968c5fde4807640206983b41e5e28e2 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
 spool_directory = DIR/spool
index 73dc94b8bef3a9d709580632df2d9d0340b63bdc..0881841338bf1ba3f8431c12d2e87dfdc8f2cb7c 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
 spool_directory = DIR/spool
index 0d22e85d97705126cff0cb296c81063736c2af47..97cd20afb9b7110f698d25755cf6bb381d8537bf 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
 spool_directory = DIR/spool
index e7b63605ccffb8949357309a353b320ee5d960a5..7a66a9470e157b657ef4c71660f64874a58a4ea6 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
 spool_directory = DIR/spool
index 3cd379d5058b28ef89533aa20dd73674e5bf296b..ff4ff94db5b731e4f94f459cb94e0c89f67fce94 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
 spool_directory = DIR/spool
index 4e08b8fd111f68d5381c4bd5bff253582b7359e3..27b70b9523e0a0abd87a28331ce90f5021ed28f9 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
 spool_directory = DIR/spool
index f4e8604f8473b7f05350b064cc700b0403cdc0e2..8d0a06c7a22db957677a84cc30cb4207c59d1416 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
 spool_directory = DIR/spool
index 180e30f7db080fda431699c01b20e6e0ce02afc2..59859fd9450b6631f0148ef0f68b04e39851c5db 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
 spool_directory = DIR/spool
index ed318d228e4c63ba569fcb43bd51ed3da2d9e8f9..b9386fa3dddee35156ffe1dd798fb5e95bc27445 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
 spool_directory = DIR/spool
index e4fc444b86a8d269bd20dab82d0a383baabddbef..9fc81959d1e42cf704a98970b38856b2aea77a30 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
 spool_directory = DIR/spool
index e3b3dc485a51a756d58fb65b81daf9a2cb9762bd..b2c2c49349be82517c11c09d2d12378329fec778 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
 spool_directory = DIR/spool
index 47d52865644638a73602b7f655ef2510573e7af5..eae6513048391b9542e63692c3be155e4b0c6c2b 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
 spool_directory = DIR/spool
index 3b47eb751d33a3e73fd4ecc6c7f8f7033281033d..e9df34ee1c1b703061177cdac2f86b62f048eeac 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
 spool_directory = DIR/spool
index 5bcba79517e0846ef6ad1bec22e6043cf7451c38..d2e0432d26ffed6a9bc29dc84c13724933816434 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
 spool_directory = DIR/spool
index 389176e6016abdbb536b4ebd3c308748e85f9199..8e7e800ad8fe619aa676b85ebd163d90ae4b470d 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
 spool_directory = DIR/spool
index 94527a2d265a9e722572d02f3f8c215e8c7c7773..e4fa117de6babeb3a44b765c3d759681769c7192 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
 spool_directory = DIR/spool
index 90875f5c0b24e165479cc2e16c64c513c9806d5c..578e2b78cd3d34ac73cbd64e1fe3848688aa7edd 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
 spool_directory = DIR/spool
index 23949cb1f335769224d218790ccf3d7dd2d0d654..580775bdcc7601048d38918c71cf11ebf8128c4a 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
 spool_directory = DIR/spool
index f11e99bc2d5b3efe1c3cdd0c58bf549b1e7b71d2..2473ca84a215b88a3f691df4fad0a97aee315bce 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
 spool_directory = DIR/spool
index c06762dab133d1721394af21aef6bd60b03598b8..deb4ae79c2897b6519fefea37d45818f63da1bb7 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
 spool_directory = DIR/spool
index c5426f45f098ffbaa4062d47d9af2ccf0f5fe181..26acbc05042f8ac4e301cb38d338fde7a8d12c3b 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
 spool_directory = DIR/spool
index 8f9105c94107c464743b75f66934b6614ef0774e..afd3d464c497e8569197f999be613e3800347f39 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
 spool_directory = DIR/spool
index 270ffb29ed682865fdb7990cffe84ddb3d9b8d3f..0b7f2ad8ad9d4faea6c35e2a84e5f1c40b79e829 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
 spool_directory = DIR/spool
index a3d42e8c2e8fd6af2c0175335de9353da047e46d..b068539ae0cd600bd4ca6eb22212d8b3514b200f 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
 spool_directory = DIR/spool
index 47b2cec345967012b0943cd80d2dbe2eabbbbe49..4ae228fd318edae83ff5fee14c67699a21036a8a 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
 spool_directory = DIR/spool
index a3b3277b747964a02ec2e5d8f6f0f30878fe085c..8290da7cddc7dc5181ea11dea8a286100e6b1060 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
 spool_directory = DIR/spool
index 708909793acce73780882d7402854b89c2bf6722..059387576b404e942793447c620915c9fbc494fa 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
 spool_directory = DIR/spool
index 4f841bb1ffedbca9ece39f9e223271a5806e9818..4eff223b3888c0aa736756e922e9a4537b64000a 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
 spool_directory = DIR/spool
index e1338b022a8fc637d6d7444dea1b2322144bb83a..6c0bd61e4e81c5064c62e7e89673212109c5503f 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
 spool_directory = DIR/spool
index a273eb2b9341a4c202b607b2558b22d92b9da8a2..28bea3f142455ae138d4c545b5aaf401072e55f1 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
 spool_directory = DIR/spool
index 4f820bdc3577efc1e76e1494e3211946d11746c6..0d122c72276a7649ffccbb268596428179fdf4da 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
 spool_directory = DIR/spool
index 0e2ca1bd96e3a7df477648b1402aa6d56c1ae5f2..a2433deadb4d74793a2631653b2f3c09f3ca4e75 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
 spool_directory = DIR/spool
index 5517f8f5e335b5340f78568d1f35310b6ba4182e..b19ca8bb48fbead0188714f9b408e8c22ba88c04 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
 spool_directory = DIR/spool
index 7487182d5ea62892446d8973db3658ceb115eed6..9b1ced6d08b883755ba77c70e39393311063fbe8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0299
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 4587852ef7663e0c4be44828522e65a975dee757..e791416bcf9005ecd1ff0eaed34016b21da69989 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
 spool_directory = DIR/spool
index 813143149fb5ab4604ec9580845eb658973cb6a9..dc538821646933c07ea456c6120025553acde660 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
 spool_directory = DIR/spool
index f41f6b389be2f69f522a2203e999a38df118bea6..f1b66bdc7fc3bc77590f13f896dc83dc945e11a3 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
 spool_directory = DIR/spool
index 963d786d6d799a9697070696f4612cf1d08d88ef..ef1cc637c51d55049590fa71c0323e3c293884a8 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
 spool_directory = DIR/spool
index 1f292a98c0c5a8cc9f34a6ac9bea8934835e9036..1631b5c1a15e857bbf67acc34d1a135130b0b4bc 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
 spool_directory = DIR/spool
index c208832c7fb6037f804fac7fc954cdb32761f5b7..880985720ab9af96f210b303e7c69513770ba6e4 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
 spool_directory = DIR/spool
index a6bf031a99e880bba2fa519261ef025b84965aff..b0fc901475f0762d40c981478826a7a690c857c6 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
 spool_directory = DIR/spool
index e64a14edd556a57484cf653916532fddbc3b613f..c81d533d366f2c671344b1bd0f910c50ae706be8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0307
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 0d917c772826d4e30948edfcc0eb666ccbef5fe9..bac1f5b774aed52df51252ce60750b517686fd6e 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
 spool_directory = DIR/spool
index 13a53b3603d0b2a2ba1025e8166379e25ab22f1b..471207787eee2e83e1417b270407b9ff5be8a9e3 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
 spool_directory = DIR/spool
index aec448cbea756f2d28303cac3d2d16f0e627ec29..1c943ba67f67d45ed4ffa31bffc223f54417fe9f 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
 spool_directory = DIR/spool
index 644cc5eb02317d944829ea151b11d94014c667e2..5fe3c965627f8f62416e349e9fbf2335055c89aa 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
 spool_directory = DIR/spool
index b0adf43eba5d0236c84a030a2b5b022415a5f263..8c6cf51abc26490927a4badfe2d86160e40c4970 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
 spool_directory = DIR/spool
index 7cb021d61d9ad68b256f18c63786db07f8f30326..a113205321bab0fce64fb72b2d243e3ea4487eff 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0313
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9baef2e20c89096ec109eed205af8e9ff20281e3..c640286d4362ba40165c70770fddd2597b5d050f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0314
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 61a712e0f9f459633eeb48114e141cd353bbb39b..e633cdd3bdab167c0fbd0bd904efc83799b737ec 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0315
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3d836d6c0a3bc22aacdfe548d7066a1567b81b1f..3c20ef99cd209dbe21fe766f5d7b2fb8e5e7a093 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0316
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index efce1f8ee634ef953612526e524a9949c1bfc2ca..6066642d969bd4225102bff312742458298b22e0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0317
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a88b37eac4ac9c4b18124ce4868eb41bd5719fd8..6870e4c54f96075679362f6c96037df8927fde65 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0318
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 549c55f39b8326079b8120ae46593e168496047d..31ee9c30fef896607aa807c77053620eac9d8dc3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0319
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e553a967ccad0d49bfd1af012d37ba8ea05bdcf9..28cb91f08e55215cf2ffa820284255cf59d75612 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0320
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 61dcd07eac4f9328d348da4b044fb1056507644a..71b0c6f1895fdd078d0fa3b73d787f30cfeb0268 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0321
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 34385f7080c252825f0d404cdc7a75c700909d86..b0943a990bc7de82fb4a3b27bf2b0510cc648b1d 100644 (file)
@@ -3,6 +3,7 @@
 LS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 049bf1c1b39a3982db222e918300186a8cb2f52d..9c40b4491afadcd84a17e42456df816378afd232 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
 spool_directory = DIR/spool
index 814239701509d1aa25c050457c3bf3f6a5bc0f6a..0201c4cf6ccff90bfe9922aedb0a5ef45884b4f6 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
 spool_directory = DIR/spool
index d6f006e7b22cb58011938278582e5e57120b6c4b..098e49f5e3cce0349d7a211f0a37aa56a5b12211 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
 spool_directory = DIR/spool
index a8d6c663492bbe0da85ef930ac48710be985ee82..cd1006f5218df26224b7e2bd113a09b5cc044a23 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
 spool_directory = DIR/spool
index b6d8baa359a0de53b53c8b529e2d78c49443c77f..b4df4f271a1306e0a9832f81f40d2c7c96dad55a 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
 spool_directory = DIR/spool
index 516012a4612512d57e68c1ad88734b54c9ff2ef4..d7df4648b3327583ebbc70d0dbb25e64ac088361 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
 spool_directory = DIR/spool
index 58ddc4086e483bd1980f5332182e6fcb8a4fe601..aab18fca07317d1d4292adbb9dd3423576a99633 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
 spool_directory = DIR/spool
index a5043257f79f4a6139881db9aa5d37a1738e7432..86e2e3a6ae00166ca89e06d96df76eac6c4484ee 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0330
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 96108ba65f4e38c373bad026573de5ea6ac9ee65..881a4ca7d7cf27c48f6ea126e9534bbf301d8f0f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0331
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c7785dc585ff5e8df374bc9c54fceb6d2e5ffd71..789e7cb81601169e42f13691d7d3dde5f8d185a9 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
 spool_directory = DIR/spool
index 3113131f9695c082413ce54ff7e28a219f25ea5c..91956b7fc908478aa464d798d9cb5e4a0801a08a 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
 spool_directory = DIR/spool
index 989f667851bdbfbef7f5e6fce9d56287ccf03ca0..1ab1581ca3337bac5122e2b65c1136afcfae8aaf 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
 spool_directory = DIR/spool
index 72d9a291a108cfdd9581027ca30e3100bbce76ce..8b21c218a9948c505dfe09222225259a0cc0333e 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
 spool_directory = DIR/spool
index ae6136b9a1263ca0d252f0d3bc2b0b0cf09a3b76..35a7e86d7b408b2f445204a9f5209803b22c8605 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
 spool_directory = DIR/spool
index ce80752de55ca4a14a77db099ec00cae324ef21e..acf2813b4f9218aeaf802231d7e790223febe8cb 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
 spool_directory = DIR/spool
index 4c14bc01c2f0c2c4c7457b48f687fe67177ec123..9f132748daf8d17d248e2b1274e7816c604c648c 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
 spool_directory = DIR/spool
index 04b8683dfde3cbc8b706ebfd89e3176617bec121..70eb9dd36d45c07d54164e17014a6ec2e5de4541 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
 spool_directory = DIR/spool
index aa3a975774f2919b426b74ed637a3bd78ad262b5..efa16546a97c4436c662c14a8a847c437e1bb316 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
 spool_directory = DIR/spool
index fcb187ac3a59710219d6fb1c92c50ace36e62d13..f6bbca8fba8e518e6b259210f64b20f38729e872 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index be285fd7738f9c1d5eeb1ad4d91852d6691389f9..8caf9ba2079d402cbf8407d12bc59e4b5ccf6fe2 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
 spool_directory = DIR/spool
index 60fa9626c3615d4d04ff1700c233e2e85c4babeb..5d76d8f12b44b478fa68cdc091c8611642831af5 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
 spool_directory = DIR/spool
index 9483069ade6dddc468deef23d046f35620c5d485..fa129abb8d388dd7a9c87793351036ed60f48946 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
 spool_directory = DIR/spool
index ad35ca5ec7a0754b6b4784faf94c6680a038a45b..5042d9d0840d15960b6dbe00d03c232cc97e94f7 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0345
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 560c556995181d2de409fb96e21005e1f71cda89..2e51226670ead9e0a248050cdc0a8c3c0a5753d5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0346
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a68f43380b29dca4fbcb934c28efcaae6b5987a1..ec56454eb400d5a246fa092bdaa5b78025162c90 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0347
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c196b41e8ae1f80aaa1e7a57a58e651f061f78ed..036b7806f5fe3da207ed23b1c6faceb7117d23bd 100644 (file)
@@ -3,6 +3,7 @@
 RETRY=G,1,20m,1.5
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 65b1083f258cac05ea767d5846782622a5c2a8aa..4bcf9d403abe62504b78ae04d96cf482f8b90354 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0349
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c842a2a4fdccbec4f06b1175cab636745683d911..6741f865345f06dff7ce8b56a4b22b200dcd506e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0350
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index f67365209199ded2e1bbec08def33e264434c445..de326f334fca67570ec4dc40c8a57f84b161b738 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0351
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 67e48371f0988c7ccbc663a28a78b6b7137d189f..0cbabd870742e80cb2e9a9b7b8307a8b3267c6cc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0352
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index e090d485002205fe64e2de444e99f9de2634b315..3db7f6da5d677dec1e2d0823d6e8dc73aeeaa4dd 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0353
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 523257c6e88a2f81fdba70c32b1f4886177ae6f3..f31994347ae54ee7d42f613f643146af2a598633 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0354
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8615e0804915cde4fde4545cde324bf767f97026..8eb4f3ddb8ca134ad6d4b8122b63f2a91da5a307 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0355
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5a9311931c3db37666d68dfdca124710acfcd390..f0984344f45180cfe36cdaf30fafc30f4fdb346e 100644 (file)
@@ -3,6 +3,7 @@
 MESSAGE_LOGS =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a83c3899cf3b3e0fea1841de2b83f4dc5aafb830..06ca9fc861f19b90e1a61372f51e0ecb06dd1b46 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0357
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4a2b7dd20c09c8708e00704be8586c3c06979bb9..601d67e43e281b45b4e82522bfafbbbf6f21152d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0358
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5effea5f877e988b5d0fe499022f719670cfca70..bd1c441ad44a12d021f44bdfd7c4ddc315355104 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0359
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a00f1029bf152683d682d58d5f048303939d028b..1df4a39642acaf31346dd6d7380291c9aa081c80 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0360
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b374e1d6eee81d40446627fa588f81b57884395a..06f142203d6690e4903a3c60e9d481115c3f2ee3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0361
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 2afdca6aa3c5ba57de930b2204aa6c6b9376f2ea..1c751e48a35c002cc6bdf777b121fd8d537c164f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0362
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9b094f8657cae24902128fc4e7774d792b293e26..c2422540db255866c67c8eb0b217a9887759b625 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0363
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 141189182ccddfcf82db80ab7b3550d34e6e2e96..6afc177410aa3a46402b6fa6a0fc3aece04d6e4e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0364
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index fb7e872d3d3c260d4ea119c2ebbb0298c4f44f70..c9393f9b8e9f771f5392c8e7ca2c19b28ce984d8 100644 (file)
@@ -4,6 +4,7 @@ DETAILS=false
 SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4ad94b157ef659d89ddb896539e7759e2e923b1d..e41c5863a59924b0cde13a95182d6656f4d64323 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=5
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9f6a9d34b3fe2f8d2ffda4b0d0d0a90460bb349a..807da4332a37fc7ebfb67581a049d122977dd0b0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0367
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5afb8e78691a0cca52568df4422337c67607a8fc..6d3f10cb2f4e00b9f6fe0240db3b6039c729e3ab 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
 spool_directory = DIR/spool
index 40043c47bf1a86e3f8ffad796e4ee23df4fc4baa..fc283f0a63e7d8ccf9e5261e0fc6f639c9261a9d 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
 spool_directory = DIR/spool
index 865dd6a9fdb1d6973c8b9f7379f94f69dbbce718..0602804b0f274c5e8f17f58a0dd44b3fdd5c1bcc 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
 spool_directory = DIR/spool
index 679a54bd9a993cc5cc6b6502dee1414d2e138905..d193902c63a8fdda11a2e1e6a2e3c2875f49eabb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0371
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ac2b4bb2f79cac0ad5a88a37a3518fef22109863..004c8df12514d0003ff341cb6fd039979bbd54e0 100644 (file)
@@ -3,6 +3,7 @@
 STRICT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b0407ebd8810f30ba27cce34974436d78abfef90..bec46ad46af476bfa3214a14e9c1361683c844f9 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
 spool_directory = DIR/spool
index b345a9f289dd3f3e46c1b69b91a2c34ee6bf446d..29173a350fac14aa0d841cff1d968c34af4106a4 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
 spool_directory = DIR/spool
index 1c246afa0d66508af0a7184f8ccb7691a4719583..efb58ff14bf4ff7e3f5efc58287ea90fea74af9a 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
 spool_directory = DIR/spool
index 7a0b0fc42ad4e7f2a7f1152589001ff20dda96b8..49ee23c5447c1099345359417f0f4d3f577b601c 100644 (file)
@@ -3,6 +3,7 @@
 PEX=10s
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 729e80cbca30536143576dfc5b82a128cd5ed1a4..8499f6cb76e19b70146efabcd0da8cdd0b1a6c8e 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
 spool_directory = DIR/spool
index 9f1ed680158351a54f96053bbe06c7fef1d09753..c008c50dd66d6c0b69d18a354c411343269124e6 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
 spool_directory = DIR/spool
index 7fca137e016db087880e5dee975b01609e977b0a..2413c796180c210a4b08f3a8b82f385ecaaab199 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
 spool_directory = DIR/spool
index 8403ccb5c77e24b07fe4c67206f0f52c67f6ac95..a18a0ff7f2583f3d362ae12511ece53d5814d815 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
 spool_directory = DIR/spool
index 4f7304e2c8d23dfe57ee426a2db208033f5a8c34..e0d5677f97c2cbc928bd1300c440a29c24c94a3d 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
 spool_directory = DIR/spool
index e986a284b15e68666594a81686108c9696fd62b4..fe7369b3250475984c69f517788498f5d3eb125e 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
 spool_directory = DIR/spool
index 1749bfad2775b3027bf0a083657b75e3405e1e68..5e21fb510c469b502359afa814c486998e77e6c6 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
 spool_directory = DIR/spool
index f8dce40f6830adf7c0b837417bf246abd56631b2..6a60417f962a2d6ba3daa036bc6f7a23f10a5331 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
 spool_directory = DIR/spool
index e21e3cb1c2096ad8987f520d03b6a2016360d995..6ad6ed9e1a61d2d5fca7c148f20310745f8dc29f 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
 spool_directory = DIR/spool
index c9715f17170d39dfce73912f0525e128fd76a367..06af951e9e74971bead7871cda064d9ecd6bcbce 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
 spool_directory = DIR/spool
index 5b7d59171a382105a0dba9f8b83da0e6b9ea692d..ddafd5467387946a74d7f2bb8f4c412ffadfe95f 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
 spool_directory = DIR/spool
index 3806182d82f6617d68682438d3b9502dee206e00..08d2db70f6326026dffb1611ef4629da3b322fc7 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
 spool_directory = DIR/spool
index b3d5f660a9808d7a3e0c46db6608557d02d7dc1a..84c27588bd38b4dd209d20c9f6a98b59acad7449 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
 spool_directory = DIR/spool
index 06932291c965dde27011c7d4677f65f3c5f52b6a..05d33ecb31fdb6ec9589b1bb4d8cb80fc12c00db 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
 spool_directory = DIR/spool
index 2bea708322c449549e316b6832c0a72bf834d02e..fc5cf57e3563dac30c550d27736e1a8f44ade95c 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
 spool_directory = DIR/spool
index bb6c683eb311c8e529f3886d1d311ff41bb95a37..d77cdc5fdb16fbb07696e4ed18a1c69d51f2c9c5 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
 spool_directory = DIR/spool
index 7b1d0fb13c71e14a79eff0f856642f64df1e7be0..92a65dfe4a7cdaed021804532befcb5e8e92825a 100644 (file)
@@ -3,6 +3,7 @@
 FILTER=/bin/cat
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f7dfe9095c7a1c212854e43854f4ef2deb495827..ddecebccea98dcc4e4fd651e36322393721a672d 100644 (file)
@@ -3,6 +3,7 @@
 OPT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index dda9055e9e0e1375983f15a425efb853b91cb7e0..229a7e45ed316a9400c16d8bfb9d89fdfb48aa08 100644 (file)
@@ -3,6 +3,7 @@
 TRUSTED=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5fd547f1a2525688b2707bc4566509eac3f8da48..518c6a9f5b1e9079ca757114ec55880265d28ded 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0396
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 99c86ac0a1acdfb86325e34effaa19217c9cd7c0..413e9d7ba20d85a242e9e671f7ae020276e98418 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0397
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 gecos_pattern = ""
index b894e46d81a52e8b997611d7cb508e2607ec9de6..ff12142c7859eb313fff38f49e11afb0af313ed2 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0398
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 45e68e3c4130f3e86e3dda3c8974468984bde1b9..5c59311f9f1727a380b905b5428f08e00524023c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0399
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d2721dfeb07ac5bbc61a9f9ec9cddd1a8d254fcc..8006f86936134ada73a73450beab8402122f7325 100644 (file)
@@ -3,6 +3,7 @@
 DATA=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6a267d2b39c24363d82168d6931b8cba02f8e430..220010765400ed07fd1d0a0b11dcf6e82aec6433 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b231629b843315ea53b2c0ba2f9bff1c68f984f9..f08edfb959e318b5cadd2208d6078b63fb6e548d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0402
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index dc7f09cbb15785e9190032f3ae34c2987184b930..0af0c0413b5da6f3ff7e0634a5614c78c583c51e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0403
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5fe8c9b5091347f1aa0546313a6c5734aa528053..b3116802b8d2514515b3d50e4a63fad0b9768873 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0404
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8fe224808ff9d52a507f39ddc002487a95393f52..5347487e1dd448f5ebb306e895f06d3dafe6a7c7 100644 (file)
@@ -3,6 +3,7 @@
 UTF8=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 26d4c2d644b6252ceeb443e2fa8f27de2bdc4033..1314e756cf07ef7a516c148f1b651ca56b069be8 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0406
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5da660ce793b3999b81ca6e8b26dfd3fc31b300c..0d92d2110a5a638bb2aae98aaecd914a48bc11e5 100644 (file)
@@ -4,6 +4,7 @@ HEADER_MAXSIZE=
 HEADER_LINE_MAXSIZE=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9f1af13cb218b7727c8d2618abeb5878d17496a1..b75b804f82305787c7f64cbc31fc8e52733a3dbb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0408
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d84f882eebbba4a10043274b643e477b73c98e6a..98fc10e45b1d0fcd333331f3168c0304e0266f36 100644 (file)
@@ -3,6 +3,7 @@
 BANNER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 6d416fc6a85cc5d5f71432073769f1881b167be3..da6b73d645ec1a57e346b844aa82d8dbebf69446 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0410
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d60c0ae44d0369c472d20e7a07d0be77d33a674e..6a50f1318f29023a99b846219b1b2244d413cb39 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0411
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index da851b3768ad59da0624edcf68879db77ed926b2..4fb964311b0ba757708308bf247f68dbdbeef461 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0412
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index daadb477efc278155e3ebd80a18ee41496a47496..fbc52ed2a3fe5b0814cc5b3bff896ed97b9eb8b6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0413
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8a3b109f7fcf838cc7f56774b65a7f9f8a23e0dc..c5cc139b1a0c860114da63fca87d412275c69c9b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0414
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 13e61d99489e461bfde25dbf037b4d9ec84e6826..3a4f8f759db51961fafad64fafff6c362350ba03 100644 (file)
@@ -5,6 +5,7 @@ ARG2=1.0
 VALUE=0
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c2780b0d5c8f73cad399159946e1a3211d071469..b147111290270d42acade2cfb9862c7f9fd0db8c 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0416
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 12c9f6890f724f451a2f8122d2801bb776b77219..6fb5384fb58298fb43c3c3ec6b1a6c198043cbe3 100644 (file)
@@ -3,6 +3,7 @@
 RETURN_ERROR_DETAILS = false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9cf13e30c4dfb6f08a8a5770b1ca62496772a975..087cd878cd0ace1b5a36d3c9680512eac80a1e65 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0418
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 74e7c6978b645045a2485b8f8b041a6340c7c75a..625a295699f88312cefca0e5022aefaec621f244 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0419
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4db37bf80adafd2ebceadd3d545e34a28a94dec8..765dbe741509c72d6878c2caa82017744fa17f11 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0420
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ba1988103031c69b72feb34856cf5f5123eaf536..d8a4515ad0b6fae39a140a3e3d7573a9c3e5705d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0421
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 00d8000f3fb4b3fa1bf302481e29ca03cf1fbe73..a72fe11799df26f8ce6f5140a4d0efdb4ad4e7d5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0422
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f6c9778e1d6cf22f87bedce6436563b932ab379e..42c07540e71520ce097dae291be05097dbd5f915 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0423
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 657741c2cce1968fcd624c21af80507e970a2626..bd3c1bc697b3e2aa904bcbf8ec827fe1e572363b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0424
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ca5ef4326d79bd76cf4cfd44d18bea947a191f2d..b9c18ca18ea60efb7f2c14dcecf26f13015a14e9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0425
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 45ab74fe02689bc5d0c933d9b2a291b5dbf79330..c7e61ce9526ce714646024b49694dffc6ccc1f42 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0426
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f20028e497d69aa0a81b0a275623b17db8e9358c..e6d28976ae1fe1f51b855788de79ee973b817471 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0427
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index fa00a43bf6fa150137381f11d6bee5b1b47b5a77..1bb65749a9ca4ad2a4aecfe1ee722f71e9745731 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0428
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index aa9a4c77a40805073b13e82a2b0af4551837ca0e..8f7e66d5c7fb41e84eb2dfb5ffea48ef28297ee6 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
 spool_directory = DIR/spool
index 4a0f8e3c48694f9433cf7d65d927890aab069939..6d8dea421c17fbf0117f21029fc2dbc6522980b8 100644 (file)
@@ -4,6 +4,7 @@ LIST=
 SELF=freeze
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index bdb81372fbe7195b3930c3724403d5a2930118ce..44abab42f4e0079b3d92dc56424b27464fb38d82 100644 (file)
@@ -3,6 +3,7 @@
 AFFIX=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index cbc77885f697fb4de07345bd98b0eb2d471cc851..b625f87f9950ce980a950034659adafbd60eb583 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
 spool_directory = DIR/spool
index 905a6e57f866a3f31a4acc891ab411c076c03de7..90b3f0dbacca73205e675ea61c468ca362996ca8 100644 (file)
@@ -5,6 +5,7 @@ IFACE=
 
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 19d7e11ad196515d0276583e46b76f234ec00222..103e60e448c98286a83793cce59254f531d650be 100644 (file)
@@ -3,6 +3,7 @@
 ELI=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a2c43ad94ebac782c60f2978a6b5ebdb66690900..09a5e7bc26d08c7e68d9521c5bff47a781d2e0a4 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
 spool_directory = DIR/spool
index 358522b419be398ade82c69fe8ed0c1bbbcf43d3..2ef123e93be1fcfda0212b64b458b449267085e6 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
 spool_directory = DIR/spool
index 6d050c508b5c5481e4ec8a3e0ad6b65430515cb3..bbcb3f6677c31a891775e49359577ff99a01cc98 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 9e89feb03cce3236ab522c8384759252589839ba..c0f8e45e01319de85e595745feacd1e9abcf7d56 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
 spool_directory = DIR/spool
index 8b3941ce5550f2938b7993949511e190aaac4501..0bc9578f553c0e35a6cee9e6165650db48845c8d 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
 spool_directory = DIR/spool
index 06eb6ecdd70a148eb22dc530086b3cca32946312..87ef6c8939464a9b20f82f0391da69f8e1631db1 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
 spool_directory = DIR/spool
index 45bd0f31e20072420def65c20c54553498b96620..b354c7c0fec3f629ba08156fb39f6f138629cee6 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
 spool_directory = DIR/spool
index 004e1de6ad494a3d688f4d4a31a60e11b0d2330b..30c80ca80a5e8b86ba81961fac921bc4813b6d37 100644 (file)
@@ -3,6 +3,7 @@
 BAD=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5f85d8b499273374e0fc2084f615b78870785ac2..8b7151e2aeebabd0df44d28cc96e70415a39eca1 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
 spool_directory = DIR/spool
index 79f2d1ad6ed27a352ba0bd17c35b3f940ef6d911..cef74a9c2a555abd16a6d1cdfa0c2fd076ce51eb 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
 spool_directory = DIR/spool
index bce937a107913143ba16985151e294cf24d8aa1d..f2461a2f1d54bfce905ec7a809c55521e1250e27 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
 spool_directory = DIR/spool
index 16969e7cd192b6bade22abbb35a0961f3baaa237..25f43963bd189f1a5620a1831799086507a4910a 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
 spool_directory = DIR/spool
index ecdc5cd41de1b126d9d7ff8166e3e916e110ac86..9aeb7971565b604bede3b65c491f51ea8f6e37a7 100644 (file)
@@ -3,6 +3,7 @@
 INSERT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b42ea187de4b3afab3563bc50e068246d82e970f..997f378597be3d9b577d59ddc9512d4ed28ceb35 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
 spool_directory = DIR/spool
index 1228f0914c5b1fafda545238b0502bab957201ba..932f05c7b60a65cf60c336c796e1505f949d29ed 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
 spool_directory = DIR/spool
index d55634a8fe326b1a046f06f696cf0395f4ed3eb8..1304421b45c973ccb33e65747a807284dd524bb4 100644 (file)
@@ -3,6 +3,7 @@
 EXTRA=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b95c74bcdc716b11d0df3219637e8b24df530a0c..5a1d110fd2362f861e9e975b97e6ec8f8a9ff5ef 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
 spool_directory = DIR/spool
index 47efb163faaf0b3d95523b723714e879b84c3f20..2b54776df802849c83a5a047dbda2beb91a94933 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
 spool_directory = DIR/spool
index 5ab9f79f2170f3c1598fac6ee9c2221846307c3d..7aad7a8c2108ebe09941b61dda0fc4f5da0b5ce7 100644 (file)
@@ -3,6 +3,7 @@
 LIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index c91ca1d36948cf62862d4acb40b109a967a58609..e5a27fbad405da376c34c3fd48b6b044a99d1abf 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
 spool_directory = DIR/spool
index 7b1849d70480c737aa6e9b85ceaaa1d604d454d0..ce2fcba4def7348352ebccb1ef8e464a13e87c71 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c6c8f7ddd0f327d71c4c0758914f6bee585c10e3..204335050a44d55f19143ce9d527237f71754832 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_MAX_TRY=4
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4a8ea4a44cbae09d891065125886972d24260134..aec4cdf9bb17297832689b77f2ae5176ac17f972 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0457
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 17ed2b54685d6e2dada58990b49c83c7880bd747..d66c561dc1bdfa8e5a81f7f0883252f741a8714b 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
 spool_directory = DIR/spool
index 86350d23065ce698cbd15dcde3c173724dae2ecb..079bcebb7513b146e1027ab6df7c477c58e1b06e 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
 spool_directory = DIR/spool
index 505139b3c1c067149cdc6db0b21e7c8f801581b0..43a678916b0f315dd6963bfc70eb8804e503a353 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
 spool_directory = DIR/spool
index 033082e892dbdc9d135f2d7adbcb503202f0e6a5..501327ce8a2a0b37353c933090c17a65e082ca7b 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
 spool_directory = DIR/spool
index 87d0adc350815b92e1d2a6c4fbd1422f27e3c1c1..7be6448f6ced909c911cefe19cf2cf67fbe99cc1 100644 (file)
@@ -3,6 +3,7 @@
 SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8f3a31101b87a0db12b055034050a174600c1693..b273794bc20dfa5a360eb87983056ffbd1e6351e 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
 spool_directory = DIR/spool
index 49c9d612be4fccad5510b49d17dbae9866faebfd..7c6c21f1021e44c48ac2a12a0fea2054d529b81a 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
 spool_directory = DIR/spool
index 771b67af16b9aea5c539aec48e1935d99d4b638e..ee4bcfa6b2b0846aea4e3be948fbb97f0f8acf0a 100644 (file)
@@ -3,6 +3,7 @@
 STD=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1f9986f5f38dcc66e071461b8fcb55a141524537..aa45fd9aeba3d613d6d3e9a17c7d552a014abf05 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
 spool_directory = DIR/spool
index 14a69f7c6fc074e8ffcf379b219944e0ebf86184..2af9ad0cf8d98b37f20b372d4938f951512958cb 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2ef647dc9da7327b64470e0094538cbf6a4dc186..1c46f7cf91d7d8b6b18607067331ce2177a00629 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 19a345ecc6f0b77c40ac8ccb5b50411d6a4fa335..757e088f396ccdc3c09f959386e8781e4216d694 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 723041fee89b1b36968faeead03678b9fa695ade..628fd9365c728553abada53048fcc6f178737e14 100644 (file)
@@ -3,6 +3,7 @@
 SRV=smtp
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5fee8d5ff2ac548a7dc762fd88bd35d7dd4a2eab..04579824e76bef77b7f22aeecca9de057bb949ac 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
 spool_directory = DIR/spool
index 872feb781627a24f31d1a8ff190dfc52de7b1a75..e36633840298a2b01f7451f0932054b1ee8b5960 100644 (file)
@@ -3,6 +3,7 @@
 FUSER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index ed48ce60c268e97c6541139c8acf6dfb4339b84e..4b6f0de9f4a561901c2c85d0e1c6240b1cf895cc 100644 (file)
@@ -4,6 +4,7 @@ USE_SENDER = ,use_sender
 ACL_RCPT = acl_rcpt
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 05aec0f69ea7f8220416fd9ab66670a79044d32b..559dad51297e11a08772fedd1074249db6496993 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0474
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 9ca486541db9d3d54ed8305139b44153061505c4..6b5284f7f08875e79b548f6f34f9be935bd00a78 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0475
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c8f76b8c8dc99a8188328387c130cef0da0ae31e..f9690e44f457555ded209cd27553d82647bbce66 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0476
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ca40ec6be32bc7b33e6bdbd2e5dbab02fad1f595..82bd7dbf7785cd7ef0367bd7211ebd2e0dde5e86 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0477
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4938573d7306067ab494bd5626d95ce9b68e34da..2b290b234e548e7d111f9fe90ea64a58feda1991 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index 619496b1b32b566a5781ad9fc0fe4836c291ecba..840ebd9ab1efc0050e9defa6177cbcf827086b7e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0479
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index b3a585fbb8965922e87b1ecbd7d1dadb19338d94..b13a59f84b49dec09e795144fed5dd3bd64e1c54 100644 (file)
@@ -7,6 +7,7 @@ IP3=V4NET.0.0.3
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index 926db0f3742e2a7414bdbcabdde8357c3fb24f12..0e4864f1fbf11617ba249d23d39751ca028d0bbe 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
 spool_directory = DIR/spool
index 0a09cec72591d90f1dde27adc1c7e79d71d89fbc..911e81c9cf8d883d89befd86b7d962725b4d85cd 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
 spool_directory = DIR/spool
index 2fc6139a59dedf8ac9586dcc1988b21857d93cef..ad3606d7eb81f61084d94eb3d5f414c3b145d41d 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
 spool_directory = DIR/spool
index 2248f9b3d0db535198faa6c10a62c7c9b91032e1..3a22e5154f373a063c1675937f146929bdc9f934 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
 spool_directory = DIR/spool
index cec0b6a3bd50ec3b62be403db4a385a4f84d7a60..7196acd8894cadfb21de24556ee48e1df437e9a9 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
 spool_directory = DIR/spool
index ac1ec86719c4019696104685267538a979dbb779..fd5805fbc00f26a8f66b82dd07dc9220895fd525 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
 spool_directory = DIR/spool
index 066de1a97687b29b0f79e3664ced55a95ebf4992..04645f49e878c0f63e9bcbf5a98e589831c6015b 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
 spool_directory = DIR/spool
index 24815fc395facdf2875392c0ed2623c99628a209..19a5e09c2645d9dc288a455b4a02292e439039fe 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index fe34078bbf409b06ffccbc4b0c14638e07ed8074..2a6e2edd02330fbb65c00b88a3436646eb9e974c 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
 spool_directory = DIR/spool
index a46b32c6eb0cc9be0f15162e5ff88663b699ca7d..e54e6a93701a26e4df4b3979760e25a04b8f49ba 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
 spool_directory = DIR/spool
index 934379b54e0a0d0c1e5c16c3d7252ce92e27b0b6..6aef502931abfe04dd3b3de3f8773c850e588b82 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
 spool_directory = DIR/spool
index b2c481178ac3be37d987eb0d670a7b63cb32e92f..55c746e19bbc2ce6c38da9ccd89e25533ca45127 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
 spool_directory = DIR/spool
index e96cff519ae723fda6db1b13a7be24bdc3a570fc..f8dfe68f35625ade0132886c039b6c4010f91860 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
 spool_directory = DIR/spool
index ff56ff1849d335ca8d0ce34b123db9513a5e9707..f768631eaa57cf5cba5220e866c0752583a56855 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
 spool_directory = DIR/spool
index 6af8a6ac7b3de1958f0fcd535a8d25274e050b16..981a838016f3abf21c66057cdb657a6e6d627346 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
 spool_directory = DIR/spool
index de16b1b5c78007d002de8178c0509777dd73e882..779b0545fdcda450bef6790794b6fedf785c6063 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
 spool_directory = DIR/spool
index 1238e800ff61e3fbefe162c06a6907cade5a174a..991f958556e89bfc04870afdb644cf92d4ddaf8e 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
 spool_directory = DIR/spool
index c859c64f8de9b14861ee5824c45607c69b782cf2..3d5d481958aa686515c34a37d9623509faa8edba 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
 spool_directory = DIR/spool
index bd1cbf5d30110bd2888a1218e92e2be3f1cc32c2..9fe3f0da75744e1cdef57055a53ba01b23636484 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
 spool_directory = DIR/spool
index a7305353be41a7e19028f0a45bc5a40d87cb7fa7..4277e91b424ff41271b2472aae8b0cab5cd6083a 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
 spool_directory = DIR/spool
index 8a85c835debfb5beec47d93dda4ca9039933d427..8e0d5db931b152d1ba978aa6385f378830bc717c 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
 spool_directory = DIR/spool
index cf3ceb74f001b629d1e200c00d44fc6cda872f84..7694fb7435b2422742b08835fcceabd21b98628d 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
 spool_directory = DIR/spool
index c260e6f5d285ec5a90ceddcdefb74fa4c9d8603e..4842701f025ad8b8564bc0990de1273b7e349565 100644 (file)
@@ -3,6 +3,7 @@
 MSIZE=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5030b55ba3c75328353b07d48c6fa3e2282b2e28..38b94aa568883f20c0e05ecff165ab08b41b6ea8 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
 spool_directory = DIR/spool
index 4ccba335b6df879c9e4338432c3781455b1945a0..9d17f9d82d012c24b9b6a27b09c9ccae4cd9324b 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
 spool_directory = DIR/spool
index 3ffb75d9e7affbec2749dc83d283f01d9c270827..a710de47df08cd6bc3c19a56c29b1211ad710197 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
 spool_directory = DIR/spool
index 90e6bde3b65375c1e4ba4f3cd0d0cea0eb0d31c1..8363b9b5fa8141f6baff14c56a3a3bd220abea5c 100644 (file)
@@ -3,6 +3,7 @@
 ERROR_DETAILS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8cd54633718622536f02e5a9a10f0a9562b3077c..d8dcda6def1f5adecc9945f28542d09c4974ce5e 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
 spool_directory = DIR/spool
index b6978dddf8491b5c6948516d1713339da2cf6dba..f4142bb07f2701526451cf87a1e8b4d75036d89a 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
 spool_directory = DIR/spool
index a519b95632b3e6284491130f5e6fc7e48d5a2184..ddd079c483feb4f416cb4a06bf317a5164c7887b 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
 spool_directory = DIR/spool
index 10018f62d6b4e375e844aa826d2e2d352a3839e4..5f92f69beaee69a5d40f027e3fa3ff56e228561f 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
 spool_directory = DIR/spool
index a9d049c6b832b0ea0d303caf9e962c83bb3e7cc9..c49a9e9f721e711b396cc7c35d94efed8ed7a116 100644 (file)
@@ -3,6 +3,7 @@
 HARDLIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 11434516e0cb9836d1c7a401dacec64e6392ad3e..a617ef4d1083caf004f61838f0b6fc65ed58fd72 100644 (file)
@@ -3,6 +3,7 @@
 HARDLIMIT=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 50bbdea02e12ad3d565ed177b4e97be26ae8c953..14408b37a8d86aa068cad779f930e10ae6e7df08 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
 spool_directory = DIR/spool
index eb54ff33551308e53131cb70d5f0e69b5c2a94b3..6e65ff8f7824a9e59cb2c1f7765188f50f62ffcd 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
 spool_directory = DIR/spool
index 0c0a6ed30aa6f25c2fa6dc648cad9fecedf786f4..f2664c1558fc1f0b83a3209c83e4a42aa734b1a5 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
 spool_directory = DIR/spool
index 5d1fed5aae4f252e01db9e4e6a1196f51555ce1b..e8d9b72e109de0b1d1819f832568d4f454ccd9b1 100644 (file)
@@ -3,6 +3,7 @@
 ERROR_DETAILS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5738eebd477ed80f5ab547d4086cdc6bdced443f..71316f469c0dfd92aaa01858b9e1f373a7ee2d68 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
 spool_directory = DIR/spool
index 510c698bd2b24c216c5581b2d438fb7964b8570d..960c12cd60538d7ce67d42d48a431d0260906728 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
 spool_directory = DIR/spool
index 2d8bb8f626956d5cb1bfd3627d5db69fd60d4667..5583f2e749aa15ef027ac8927054b78262b9d017 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
 spool_directory = DIR/spool
index 15555d8b12543b7f40c035a68ab93ccdd8f10778..3b131d70b20dbdf6f261197b29e1215b33e1b3f5 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
 spool_directory = DIR/spool
index 65fcdbfe222d4cc2b5ea8f9682a877be4f9384d3..c7c4205363ad5d4b989439e8d19795def4043654 100644 (file)
@@ -3,6 +3,7 @@
 TIMEOUTDEFER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 77a507867e707d19ec2a8467454ee47db582ac5e..bb95d2e90149801a9f82a6fcac4374321cdb3241 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
 spool_directory = DIR/spool
index 76f0f0ad60882ee156de6b444229afeb66422d20..371936a06c8c2f1fcdb32680f67e0659c083c2bd 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
 spool_directory = DIR/spool
index bab0c6620d07e9e40d3ebbd2ed8bee11c52bcf54..94245f1294bf09b5029cc7bf4d67203fad4a5aec 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
 spool_directory = DIR/spool
index 58f2f1a18819e062e20f340867af532f74063af3..6e8f74ffa81054dde22d36d75af817bb23752ff1 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
 spool_directory = DIR/spool
index 11c98b9e8705398fa0d9eec0a4cc3d943a18b5ad..0032c46b5bd03fa4fc51adf718de596405941915 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
 spool_directory = DIR/spool
index 32176400a5f87dc15242604b6d40262ababd474c..95e92b81799fa9831b3b3b7932d7bb014236849d 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
 spool_directory = DIR/spool
index e87c8afd4b1769eefc1e800bd8939a5a0fdc5d97..06daa2b6a43cdf6a01f6795d7f75e65ba5156b44 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
 spool_directory = DIR/spool
index fa2a2fdf966a652156418435c17f8125334a6df3..f7a3a0867fc0c95a363a200f1963b1a23a797c98 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
 spool_directory = DIR/spool
index 192e3edafd40ee07564da2039bcd88517e29055f..18902415ee33a75636ad7570df88e2014f2e35b4 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
 spool_directory = DIR/spool
index a00bb6b4c66b9b18a90575a23ec945b6a491c296..9d78acf46477d72aebc40526c6f07bf4d66dc9d5 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 78e343505f46d8aab8d86e715c03b1d7da5eea42..e0fb8bb62f12ae58b43e58912e67a5846baf0137 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
 spool_directory = DIR/spool
index 259e005daf5bdd2c8cfeda14638f6a7f35d304af..a498a4c6923815fdce8c89d942675b75b4a5f781 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
 spool_directory = DIR/spool
index 1e8f63d85f5888dd4c2fd84969ae5e5d5c4db79d..d0fcab9eccf0e7838d8bbb8ec5041c8f84b89e6d 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
 spool_directory = DIR/spool
index 9d4a8ae721c31bea532971ba6fcc87d7e26361c3..e391c978478daebd35667e5707436b2a314d9c9e 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
 spool_directory = DIR/spool
index 8609b1e269453d701b2acaf93fdb4fa7465a7734..6fd8aba3176985122f1346a1d6be7e79097b6a79 100644 (file)
@@ -3,6 +3,7 @@
 TRUSTED=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 65ec0fc32c8203d719e31a1ae8e813ff80bc7a59..6c1e966efa73616945ad66253be1288ee4326127 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
 spool_directory = DIR/spool
index 6df895759f668e453ee9d1854c0f118fbe88fc76..33d042236b27594d24c33a0d3b1734af446a6c3d 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
 spool_directory = DIR/spool
index ce469a96c2ec2126229195845612c76f56d62ef4..5e7070125ac471445302eb4a27a18e55e6f27a62 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
 spool_directory = DIR/spool
index e5885f41c49669231d9c24ee5a734d0311214083..213c0155ce1bb140e8fbe5f2394487e1990f3a14 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
 spool_directory = DIR/spool
index f9f2f10f866363919816aa17f1ea91062ded9fe5..b6e57ad40a442dc1ca8c7cce5706c3e1cb37d0e4 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
 spool_directory = DIR/spool
index 25387f89e3a785bb82d4c879f8cf9736d522c71a..6c0fcc214ed6f870d33ef4ff0837631008ccf046 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0543
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 23a5f36b2b4883f5db9ccc150a3c0d00ce802127..6eda97ab6250643a237a4e6499adb3703345e132 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0544
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8cbbf8b45ecc1379d73c1fb437da29808cd37ccd..b323861f54962b4af145b64467cd8d90eadaf375 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0545
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 7d09866c2321e459276270e1aed20cc9a2c25f4d..052f841fc2000c058492f04eff399bfad2825950 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
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 70519e66747af44d5f5dc1d14268e4b59472d351..262e2301beaaadb66ab0bd464a5ce474bc0a654c 100644 (file)
@@ -3,6 +3,7 @@
 MAXNM = 100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3eddcd3cee3f16af77627cf5d42934ad39f5c59c..41782e74c574d749d316c79a641a894b550406fc 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index 29df1260c0cb7121d695e97f8b8b83ba96993591..28dc34461874dfc507de8f8912093976c0a287e3 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
 spool_directory = DIR/spool
index 088bb153501fb0a5d34904ad15dfb557489e98fd..d394e1f1b268781e92b98758685c8be48096e385 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
 spool_directory = DIR/spool
index d47bf4d1748899a66248f36ed47ca23de58470e7..2a87531388502363086c5b5b03492f81a9185d4a 100644 (file)
@@ -3,6 +3,7 @@
 LS=+pid
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index bc8b5ae45905b9fd17d9c546d4bba70631cf33a4..43d7721b80599171c099e1ed8b49062db2060f84 100644 (file)
@@ -4,6 +4,7 @@ DDF=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index f7345484aa02f41f9bd8cec5fef64e59692b8a39..2907bcfd387b1e444609f0398976f4e31e6deeae 100644 (file)
@@ -4,6 +4,7 @@ DCF =
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2edb0ff6cdd46b8bd7b6013bfafab57369a50921..db1c554f76a77f93e23309917049a922decd0d02 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
 spool_directory = DIR/spool
index 64e169dea942f9e9fdb4c77087500aba00557732..d13d235438a0789c7fcc72b2c190c49f6cc13e2d 100644 (file)
@@ -3,6 +3,7 @@
 FAKE=fakereject
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2708b01fd1d376b31527fddd66595530fa626157..bac3169618e835aaa5b48e01bd769951a8da2ece 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
 spool_directory = DIR/spool
index 6bfb069d34567cd163e2fd06a53e4e3b2ed8df25..052b13cbdc5f6a211535a004c619dab41c72a987 100644 (file)
@@ -6,6 +6,7 @@ HOSTS=
 HAI=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3cdb17fc7dd8ec03a5c2fd174ff538ad979841fb..9c8783cabe0be484569c3bc9c105a725ae01914f 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
 spool_directory = DIR/spool
index db1d8b212042a1c5aa386a3b415693cee36d1562..061a4aaaf194d1bbbf6595212e0588317820362a 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
 spool_directory = DIR/spool
index 68bf16b64f829f82e9393e96d71f536b4e3c1973..3b79d3d34ef39f0f6cbbd1e71faa36e73447f495 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
 spool_directory = DIR/spool
index c8ca8a72f01f1ea53b1583f8200f4ff0283088d1..1dca521da81218737fb1ad34e57c717555d8e4d2 100644 (file)
@@ -3,6 +3,7 @@
 QOLL=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index ed0ae2b4856b036d560768c9db1e13d7a8178c26..5693c926710841bcf14f8853ec85dba7f6ccd154 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
 spool_directory = DIR/spool
index 320fb8b980e02ee0924b9abd1d0051a6d6168a2a..459a2c6d9d1e6b4e7f1ff679ab2d35a6c0b92508 100644 (file)
@@ -1,7 +1,9 @@
 # Exim test configuration 0563
 
+exim_path = EXIM_PATH
 qualify_domain = testexim.test.ex
 localpartlist aliases = joe:sam:tom
+keep_environment =
 
 begin routers
 
index 443d285001a6bcc501719f9a08d2dd3194864858..b9d18a6d8ed9a6b0f41b2a457877c412abd49ea9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0564
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 979cfc787384db6dd5f8b9b081ddcd9ca187479d..a6cf3c4a2e4d76629320633f5763cb784673f81e 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
 spool_directory = DIR/spool
index 98df1bf7f0d5bd95c418e78f582ca2abb95b33d1..7db8be35d4a35689e3faed5869223f47e7615e34 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
 spool_directory = DIR/spool
index 5eae157f8880e1c1e724fb503b3a5af29075092d..fe375f6563f6923b08e0519b69f6aaf523cd68a4 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 517c38535385fa7b699a5364c99f1cbb568214f1..54e606c38a96e3e67e6e2363f2115830de4dc528 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0569
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 6cf08073729e91d569674474c90a39587e248ef0..96c3df4f608ea7432f315280dd2686d89f3fac3a 100644 (file)
@@ -4,6 +4,7 @@
 OPTION =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d8ff26a6fdbb29734242559e10f76308ae8f67ec..3d3f4f1354b47d286f0e4bbe188b7c4af5787144 100644 (file)
@@ -2,6 +2,7 @@
 # utf8clean:string
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c55ac4a1b0ee7d4341ea2b330a3157025f48b583..3a7bb8b45530fb35d408e2c94d24c1300a89a182 100644 (file)
@@ -2,6 +2,7 @@
 # udpsend
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 queue_only
index 048175d5e42470443939a3f55a85e9fda154bb59..a5b37bfb3646c6ce0bceef5d416a1ffee9f1a706 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0602
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
index bc84cc0d18fe02dd68f882e988665ba553f76477..91dab7a6073d386fb2408ff9e8a7473920489a7e 100644 (file)
@@ -8,6 +8,7 @@ untrusted_set_sender = *
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 #primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 77376cdcd0c0ef20f21f67881428f5d2b797257f..cd11332640ce267c2445f77535f57f729f6055a1 100644 (file)
@@ -7,6 +7,7 @@ untrusted_set_sender = *
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 #primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
index 7fce427d587156de0e0c005be3a805d6f5d73279..ec79422e2ec3bbd33c47158d0c5ae2d10bddc75f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0605
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index 538e859de1e263ee6f5f9a48d45b0e52d580db6f..3876c2738487c0c376bdcccd4e003c9bca9f5e1f 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0606
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index af4d238b560a07ca25c08f644ad7a4542a909b06..3c191b477d8193859e65dcf8bce660f76c7d3d76 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/SERVER%slog
index d04dc369f23e9cb9f49efd9a503362ec6d8c84a4..390daf1abef6eb50bb474ff733d8062cd8a5f4ac 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0608
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index d6ac511fdf6bdf349ddb73f0bfa510f2d9cbf7f9..e60e612aa50b028095fc3da180553fde500643fc 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
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 9e7b57ba602dbb66f2a6195f5ca146d016f3ede8..17fdc36620a01f45112e8a79e34bced19ee55bc8 100644 (file)
@@ -3,6 +3,7 @@
 HL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index aa53c717b506ef09e1743011e5aee192e04caeb8..3fcf5014baeb49a745f4cb9f3766fd58c1548a84 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 99a5866d9858d24e13ea16e814d7e86926476ab5..e39b3d8876e69edc49ee612f973fdec31376fbf7 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
 spool_directory = DIR/spool
index 9597b3f263e8643d42b098039cf410a731a4c2e0..20daf4338cb97ef8cd01982e683a710248acb3cd 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 001cd83e1cdc3c795a428cff52cabed587c39de7..913f3861f03200e6584d27a6b3263c677b1806aa 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1005
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c45c3b308464afcf23adbe862190aed151fe8066..7fc44c9f9565ba30be1b7320d0628484cc4d1ef6 100644 (file)
@@ -4,6 +4,7 @@ SERVER=
 D6=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index bd4f6e9506f63484f01208f307cb638f18a3d340..0960dc3b05329187b5c261f02ee1d063e42b2850 100644 (file)
@@ -5,6 +5,7 @@ IFACE=
 
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 11fd0be57f4613adae0ea2c06b66b3062fb05bab..f6a9a24a950bcc2de3c618b8e17fd4ecfaff9f91 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1008
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 1bbbdd35513331d34e2ce9813d5d6f34fe16f29a..888077a52ce73e2c68380e223485cc6c7b90581a 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 1009
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index ed19a0e21f6832cdf08e59ee7bce36b46bf6ef06..2ec23a8b8fb40e7490a98fecb74619752c56db2f 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
 spool_directory = DIR/spool
index 7a2d34b2f2cfd5a2088f56ab380e299ca3f705df..c34c4f31309e4b298306108b11bd6ef9234c059c 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index e2572df3a472ee766594ff6113689f8241130757..f1dc480789604dca704bbe06b506ed2012c2c3a0 100644 (file)
@@ -4,6 +4,7 @@ OPTION=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b154c82d3afcb91ccb363eb53102c77f2e17bee4..f453d713bd3caf58e7aaf01e8f9aa647b5a2769d 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
 spool_directory = DIR/spool
index 8631514b8f2411d6da1af65364033233080ed3a5..17a781911f52459d8fb2a3301fe65e14147ba3cd 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
 spool_directory = DIR/spool
index 2979685ecfc3736b4eb9dd7d9490d8cd96c55496..7fc1ab2615c4ce4149deacc36bf3cae70f493316 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
 spool_directory = DIR/spool
index 5b57b60ffc535a58a2ecd9ccc3eae2686ec45de1..519eb06ab8ebfc5fd8d92285f2d811cf3abb1abb 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
 spool_directory = DIR/spool
index 8c1a13da232a8af5e28e54de677379d2c2b4fdbf..3808ceeb94db52053ca731ca95f7c16b0507b272 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
 spool_directory = DIR/spool
index 5bdf76f03f468662668f5b26b1faad9b7f42eae6..934387512f612754f98005e6a7c60076e6b2bdc1 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 4bad74a1b3a230e537a3aaaee3f91bd0256a3478..a84ced8a29eade733dfdf81b4683ce048c216c65 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 66fadea29d4d445bd00f569d7925cfcdba25c3c4..dbc8b871ef93939515cf57a778a29117c9ebea85 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8aede594a4a951b0c1ea3e27e85b5f8d8a388f7c..4c01eb3b611f149f88f6c377be2a592e2b267acc 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
 spool_directory = DIR/spool
index 59265d4075c99cc0cb613e9d23c255afc94f15e5..5148a90eac22bccaf52133a8651edd9cdbbab15e 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 331dd09ef3f50e2bea92900c3e462c9c017785b2..bddd8ac4a05b4c0d5dee0ec39a5ca89ef0ed6a74 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 562e916fd8e222d426a8c1ae1fda9820a829bf40..f5fc2bb2d6216bfaebbdc05064fb77c7c8094227 100644 (file)
@@ -3,6 +3,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 734c2834af21bb0967542a75de064fa7744cc339..cdf3e592b93775afb8759191ec1545f1e4f316b1 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
 spool_directory = DIR/spool
index f58c9af586415a5117d8f6b72fc9d16e5232103a..3902f15da2d9db4b406cdc3d351c70720578d6c5 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2016
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 26b257cd5f3a012d1f522bb6a3f32f9798827ca2..b61fba5873aabc24a109860614683765c8a77c06 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 4afe33b96067ee585656de563ad852c36fb9832c..6f61f98321a6546b92ccf9f94d34a26a5514999d 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
 spool_directory = DIR/spool
index f3ddd4591eb004205e4974906dba8fde6d86e447..4c9c9245d380e646cd91d16cd9d99dd3e69f3a66 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
 spool_directory = DIR/spool
index 7bde464152ce15b98fe0a671bfb0c733a7ffec50..241d88335114284cccc196f398c11bbe26a8a71b 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 a441e34a3db545b0a9b80f928a51835c792aa3bd..4042fae03d6c7e412814cea10343c8e19e71d746 100644 (file)
@@ -4,6 +4,7 @@ REQUIRE=#
 TRYCLEAR=#
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index d11dd5e9eb2710862f375cc9e638668bdb68e796..b4d098c9473152e5951e43bbc2677a81b609048d 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
 spool_directory = DIR/spool
index 2b5efb5d6e65571dc79e4aa46edd9871453f13b0..fdfcb287d0d26e734213ebb561988ab49a6a828f 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
 spool_directory = DIR/spool
index 43889944450dda5647b393d19ceb11b1258ef69f..9d10d006da83b2847ee52e349468b1bf5d44179f 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
 spool_directory = DIR/spool
index ccb56dcb29cb7b5d1d4fdf6315fed7878955649e..ac1476b10945ee6641d6e0e05b7bd5316ec12b83 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 38900bb53a56b604fde91885ef1ce427a52cfc3e..7da11a528625b61a7b4b73be867f33fdf0944038 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
 spool_directory = DIR/spool
index bd15ea944d6519f7ba9fda61bbedb8e7f7af69b0..6429fec7dbde75fab77aa94bdbd9a6a243c37503 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 38c14f249d83418066e02eabea51eee710d4e26d..71d708d57e92dcb276a8f882fe2026586a4cac86 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b98cf7348b3652580a5326aef7820efdbecf495d..0fdd8e617110c033922d0946731e350450ce48c4 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
 spool_directory = DIR/spool
index e89e1c99f8d530ed4e6c8dc2ff5a871d837cafcb..80bf30b3e0fcf0e3e73bbe9e49a59ad005d3465b 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5791316c1d3bd616820e328f8e33b7c1ad3eb424..d7e140844982ccadb84e02654bbaf575b94efd58 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 002c31391098eb3b61585f1f1b9df394cbf7a773..0ecd87b44e380ccae2045e7e2d6f51a1c4d180fc 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2032 (close copy of 2002)
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 9ed6711721dd5acb77d7e0a5d0c9fce158a6b85a..944c5e7ca0f13f8bd2134f9b52fa8070db867253 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index dc8ec61acbabea15ad1d87d30692a24352afb9c3..df56723d3fb256af09775899fb5c5b5948dc7fc1 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a8de8c06d1b2fb1f8c243543fd26b69882b25f1a..c404caaddcedae850bc86a014f12cc01463154f3 100644 (file)
@@ -4,6 +4,7 @@ OPTION=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 804a846bf0e11c4961c98c92cd181d81542312fa..cd711ddf292ea24c913e9d37f05f79ea9289fd41 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
 spool_directory = DIR/spool
index a9bc0ea7fd6308566d5f37e4ac1b2bf2bdf493f0..fc56df40d9c493fcfe9c0ff68af3a1c0e9a28c0c 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
 spool_directory = DIR/spool
index 610a5b722b3b2954ba0ce92c210a56d979a7cc04..8118ef889a0835dce1a81ed942c2858f2f26df54 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
 spool_directory = DIR/spool
index ec364a3c3335e06a1514d03dde2ac3ec6919e400..1b9444aa57492c14fb7bb80bae3df953a73319d7 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
 spool_directory = DIR/spool
index d8c685eb545f99188ae92f88e4501cb84475914c..1857f6c94bf35b6aa57facad16b0df39d7505ad9 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
 spool_directory = DIR/spool
index b1e1967b7a7408be2c09ea5ccadcd18315896c5c..34fb338bc515bb8b5a8e7faaf1bf051f8af8f6bd 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 0388d0cc685b2095cd9d130ce8260ddd8e1d8e35..a32e7e46ad5b5673f0b856261a8b8b03beb0c39a 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3e151936fdc462b87efaf59a0ef6e1b025ff28c4..4987211e12f3334ce4a64c81a0f49c37b7e264f8 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2bd3ed65684a4aca9ff684fb383fd031fbea42df..da67d097d05728234778d44a482d20ec7ddc6277 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
 spool_directory = DIR/spool
index 9abfc7a1afb233008a4e8bfe2d3bc1942ad43779..d69f2a612558848bf1a2119fe62dba09ce4f2b11 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index cbd0babc6cd1cb63e81f6d1e2d555e45e2f4c04a..8b0c2b7cdc92fb86d523397a8d9cc6f1fbf3ded1 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index d9ac5044798fef8e029d2b882768ff268a398549..3ba6bc6203828dd33bef58c9a13ea8e69dca13b5 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a2b1c526f775adcd77c673e3ffcbb5ecf1c0fc39..d856e98bc904df76acb1ce9b2e93bf5a83af70d0 100644 (file)
@@ -3,6 +3,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8142100aaee5d35a321af0d62f02334e6fab4288..f28f022603a8e045cb56fb0b428a5a63e8996d2f 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
 spool_directory = DIR/spool
index f5a9509e2cdfb63d4284381e719cd9750bff3c24..15e9085dab983d74c8259cd7646b9c491dc7333d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2116
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 8bf80f2b88d5eea1d100f2a110b82c77cda50c39..8a56c713d139a9429f108da1c25848663eb96295 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 7ddc16140aebc3ad58dc7affa918000c780be63f..5d2d193f8929414f52d563d63690c51f84522c2c 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
 spool_directory = DIR/spool
index 7d382d9ac6c40de4d325bc6096c31ac35ff46411..f4c2286503a9f300cd687434fe0823d0fa5399c7 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
 spool_directory = DIR/spool
index c0225e81983be715a47910973c9dd2ffe9a95824..e3a0ba1afef4080c62cf83329326e66d3f5adbfe 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 a80e8efbb48f2393a17e760773f9d8e0f14e179e..b50ed1174116385bcf11143e79231876986d0cdd 100644 (file)
@@ -4,6 +4,7 @@ REQUIRE=#
 TRYCLEAR=#
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 510efdaab8592dbbd48d8a0dff1d4fcb388c0054..477812e3c1a73c64549ae394350b267fcadacde1 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
 spool_directory = DIR/spool
index 507159c68c83b2eedde4b6acab31e5c9a20d002b..228add5d9ba57923870aa0cbcfb634a4655f1bda 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
 spool_directory = DIR/spool
index 930f4b6d56f9fce89cb61cde1ef3fa820e109eb6..2809f6ce9b12171a25b8acb965b53d6d6666c645 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
 spool_directory = DIR/spool
index 20f8e1dfaac0ea31def6c7423f4137d3026c7206..95b3f0d2da1c7600e0dd401688643edde8688f68 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3ea1d9c47e63f9e57824c9a67896127a0134b44a..182895a19883ef0d29ceea16942797523b102f6e 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 786134cae384dbc087f84c88597ae753c3c10ca8..da7d2867f6ba9731e038c2c3cd3ce2a5da1aa33d 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3aa44e8cee7fed45cd887ee7b56a4b9041676506..6b43541d5380ce56ee7322c9182609b17d8923a7 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 6354b7cc32ef908e18eb15e615b458a95ff9764b..6040c1fa64e4afba89f484b3f04ab58fc5811a15 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3d83099d10ced09cc4a9d15f6a7e37236f171da9..cb5c4a7145fc7e2f6cacb8924f1a2801aa6db42b 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 11dc3ce21de42abf22a078bd39ca074d27ef4ee7..804cd749d682e3d25f6a4eeca237297724135290 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 2132 (close copy of 2102)
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 064a97acff9db006b1cb87e4dbbc9b23ec8b96ed..93ad43f0443284b18e848ac5314cb8cf8ce826e3 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1d649e95250ac163df0c835d05956b652648c02b..810ab712a3e802a0f5eea1e41d8eb638cbe2d7ca 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3b27f41c94a4cf3c19f4ae57aa56efc8b612722c..50df137fb71c9026b1d46a490c651be4b86c1f6e 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
 spool_directory = DIR/spool
index 3bef13363455a0ef1d5eae823889852815f94167..47924c56a2043f902e62b02e610b97428e3dd023 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
 spool_directory = DIR/spool
index ae17b7cb49acf96755a493075aa0562e9cec6e16..dc01308e6dcbd763d8f360bc745f7acd3168c754 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
 spool_directory = DIR/spool
index 7380fb0128eb5f9638061118bdb5036d705682b5..c25f0fb10f140d5631506ac82c450d08831702bc 100644 (file)
@@ -3,6 +3,7 @@
 CONNECTCOND=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8edb4ae88f142419151932ebde138f9ba57ddaa4..b39f868c5326907dd025a578c06961ea6968a582 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
 spool_directory = DIR/spool
index dbfcc40eefbe45617b6d7c310e38048acc2cb1a1..dd202b8a2fdef5dfdc05b44aae7a7c493163e7db 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
 spool_directory = DIR/spool
index 649688ff7846de16c74e1491d2b4b50f374013c0..f2cb9a6c5d63b9f1aff9bb442f6b6e1865402c25 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
 spool_directory = DIR/spool
index 73f82edd2126589d8a70a10c863b967d4c97afbd..6cbdff87ebd64b13825f9b733dccf8175a064fcf 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
 spool_directory = DIR/spool
index 11fc6acc7be691cd66d419dbf0854acc012cb15c..6e0b6ece071309eb78d046ce34ee967748ab70a8 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
 spool_directory = DIR/spool
index 11567569a78f158bbd59109b0ba1e122ed0ceda4..386f96c57f77d5691a7a44a67f4e27c69f8a21b0 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
 spool_directory = DIR/spool
index 42e19cbe5a849a8d40f286be480a8b8e7ec6e1cc..be0f51b5ccb666c65d69ef2857998862c6c9b190 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 4b319e091e85c9d21d383c7fc2e0c4fdfac9ea40..70f7672011c005b18df4dbd331ebe94e915590a5 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 e86c6f90e996c5547769746f4e558f0dd8ef6ebe..7e96d15907df93c7076d9b4887f95b9816a18fd9 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
 spool_directory = DIR/spool
index 53b274b9048798a3806e095b655d0403f34483d7..a77f4711e45a1481d4931a9ed3913df9e474778e 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
 spool_directory = DIR/spool
index ef4967e5e5717dee50f456af2023311e4e1fe80f..2f560b12413fca343fd2a1bab1fbe1293ebbb0d8 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
 spool_directory = DIR/spool
index 79ace9ea30cbc828a2b0bcea844b969d09439779..39995c7b8c26191cb506b07de9dd9d56d63f49c9 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
 spool_directory = DIR/spool
index 58ca672ca1437a13eb1f1f98cc9ac398cd55945d..139c06090636aee069dd68f377e16df955804dde 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
 spool_directory = DIR/spool
index d2f7ae5c94053460327edb0b61b411120cac1a90..554e1e2f280f9171f31d8c62678d9313462ceff3 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
 spool_directory = DIR/spool
index a0b4793dbde518817db3fc3c856c76d483ed8000..982ac7666bd9149e36326fe6ec49a39a94d3b7de 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 5229e514f05f5e94ea90427ef2eed16555e16650..5156bd95f69da0cac74c0489f7a9ae7ead4b93c8 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 6bba1ed12e1427e6074c918c5f103d85304d6e12..93fbe1820953ceaa4f31641c21a2ece0ee0f69cd 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 77db041924f944ccb5323bc9fdec4e9211c00b36..3699de43ed2781734458b2cc361efac0b5a29a09 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 ba9f3aa077fb892cf1a7f63bd7967e781da89f25..044a028d39dbb06a3d50d3ba78e384e48c491d97 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
 spool_directory = DIR/spool
index 161e869e760f0bd3dad8ab7967e3f0937a06ebf9..b4eac15d789c16a22cde645f77c9cd2b77c08629 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
 spool_directory = DIR/spool
index e9d0bd60c7fb6ca78a8203b4a119a719f546c3b5..c56e237591befe5b806d737029e7bdf96b6d3677 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
 spool_directory = DIR/spool
index 1237d295faf0b31b33f4e26d790346363d06d796..0c3d669b5e57249c7d1fce9888ffbf463319d3b9 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
 spool_directory = DIR/spool
index 8b1764650c00dbc8ede447425c9fdfcefb4b4f96..b20ee53fea9c843d7587a40c44f9d78eba9997e7 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
 spool_directory = DIR/spool
index 7ec7fc3beab7e9596abb2494e1315f586958032e..496196daa187fb8e472b387ae741c2ee1b7f4f07 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
 spool_directory = DIR/spool
index 09b09edbae56d7e2d94ae9abf449d0425799a60f..1e5f87fcb0dc2fcbd44b123942aacea439765663 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
 spool_directory = DIR/spool
index 299603537c128bbb1aa78f7c6443457976355c40..d4c9dafebac4e94ac01e79102c3c8fbf96c44cd9 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
 spool_directory = DIR/spool
index 2f12a56f3abb042505ef5f588d6ee1aed4a0519b..514e6e3f459d90a61de3f4b4f1fb8ba81dd55fa4 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
 spool_directory = DIR/spool
index c804d9386b21e40587d9ef669e5a24aa6753eae5..74765a6bcf54a27ddb928a9a888b0ea1541f4f20 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
 spool_directory = DIR/spool
index 6b9718054eeed109752eebb3d7e978b5943b23b4..1ecd2a9bc82dbc63f570e4cc835c1b8fef256386 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
 spool_directory = DIR/spool
index 1151331238e0a1153490e668f7b00e061c14bd76..1dc7c956297964a7b599593df053e782608416a4 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
 spool_directory = DIR/spool
index 443376e6a1bde28609139c17fba7a76eb459d14a..2c7d4073505150d95098ed55d2ee79d0d89f78be 100644 (file)
@@ -3,6 +3,7 @@
 OPTION=server_condition = xxx
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c8b09407378cec0215c809df1c1f9ae70d6311ab..2c8c6b6af5be07bc5dd9afd7b50ddf2b44b82cae 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3408
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 11355fcecdbc96c5189c379b8c7a35d43ac4d279..d4726a73e768ef61c9f95fd58aa5323dd41ea30e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 3409
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a102d40b67814ae49ca120e653c418d51a7f6e6e..3371b4e12330b08e05f36615553bac4d6d650a9c 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
 spool_directory = DIR/spool
index 84a24166c1c017312b4a4fbbab3e46968df8bd90..c7745e86bfe7c24b66e0b970a7de0c54d1635916 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
 spool_directory = DIR/spool
index 09832d89520c18c530256e174eb9fff2bbb092dc..889256d98a30dd0130bddc258e791736e5098c0a 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
 spool_directory = DIR/spool
index a6b76d16ddb9d8dd979c1d39f253a098ee2c61df..c3a68267656d79341e0f8ebf280b2197e5d2107b 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
 spool_directory = DIR/spool
index 3b410c104e9a1f3db132f18ae88895e6cb271d84..80fc962162e6cfae1b14c2361b7c1244127cbeae 100644 (file)
@@ -4,6 +4,7 @@ ACL=
 S=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 12be95e5bd6b258715ee0b5f5374ad75cd2cb60a..47f3281c20cc3654fd8b7a7ba4ef32e697400885 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
 spool_directory = DIR/spool
index 6785dede096ac6c0dc92631bea7c89f5b91e9753..2b3f2afaf664485f889b37f36c8528c46aa4a199 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
 spool_directory = DIR/spool
index 26a277a9874e48f484ef52461aadc9bacdbdf6e0..19e3a6b27a13f2d4d535f3ae9fff2dca2760a270 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
 spool_directory = DIR/spool
index 052469d146e5326c94aa61cb4652c6a4fa5d6ac4..1c0a478cd3ecc85d11fb16eec4bc568e23c1f9c0 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 6e411f5212ae2c5621e2ee691e946ed42877e4d2..b36e1fa04a12f67c71008d4c75a7a536a03e600d 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 0a2a068a7079522479febd4db1e260e696788914..199db15907fc5cceb78bb44eeaa2df85eac68c39 100644 (file)
@@ -3,6 +3,7 @@
 REMEMBER=false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 727a71d8698cc84f6ad3aea9e88545093472b820..b45b9183c6da7c93db2be7c1bee6ffed5bcddf74 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
 spool_directory = DIR/spool
index cf7caed4f9fc399fbd150467fcd30f9e1902507c..3d33fb650962be314d0e227699d983f1538223b1 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 59da15cb8f403dc1eb2e8fbc80d95eed37045941..84e585a5c2e179afbffba2f113f267d117fb37ba 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
 spool_directory = DIR/spool
index c93abddd76654681a3005cd8012d397bb84f0213..45a28fd62816cb78acc01afabe77c826ad79dedd 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index f21651e5e923f1d336e764e089485346d2794059..10b6cb952c84654c9cd34742121aa0f3c672713d 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1933b8a4866689d1206551732c57ab5f20678c26..f6228f9792f087ff02f1a89c53f918dee3920d52 100644 (file)
@@ -3,6 +3,7 @@
 REMEMBER=false
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 79f0df297173f1210d2f5e1e7df9a4d396be061d..7f2d2777dfc98e58ff487a61b6a4753a17e89a85 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
 spool_directory = DIR/spool
index 9486f501612f26502abeaefef5c22fa29ff0a3b4..1b73148cc98b46ed31dd294c99241187886e1879 100644 (file)
@@ -3,6 +3,7 @@
 HOSTS_AVOID_TLS=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8853e94404b24dfc458ce81c459613ac55533005..571a43bd897ea4228549dc705cb42edf5b058eb4 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
 spool_directory = DIR/spool
index 521bb789f29bbfea35959e984b4605bf6d0a3e9e..fbcf2db22a2ad78e67f30232abcb393e9035f6e2 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
 spool_directory = DIR/spool
index c37ccf14d826868a953748519eae8aff2358e8ac..50dc99780ce67a0b7f1fc79af9d27f2d129d58f8 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1565b5f79fe68f92cb0585e7768b8944362fe5d1..667131e3f385dd85816836aac4a02cf9af3bcc10 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 822f15f78b900e216ae768d93426feee279faede..3f757e0185d9b99561685ea2adfc11bc7ce9d01b 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
 spool_directory = DIR/spool
index 00406b4ee3598eff740a8c75432093325f404fb7..96ac7104f1315ead3714fc73116877ee0a186c4f 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: f-protd interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index cc0d05ebb3066849d3853e5861c771d3cf36d7fa..496c4527fccb72e55fe92effe5667e2c18399ce7 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: aveserver interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 7fbd61ba0c50d1471e9ef97f1f92659b91d5f0cc..dc10a6aca36acf2bdfb716cb3e482b2e7caf25fd 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: fsecure interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 84471acac9e48903bb02ec396e0d6f0e894d2808..9adcaf95b0df3a3f7d19b63911acc14a02ac3d4d 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: sophie interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index fd15dfc04f49c83cf092f36eefea4f01717944a3..933f81e99b6c428678dec64268d1196f8247c33f 100644 (file)
@@ -5,6 +5,7 @@ OPT=
 CONTROL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8ac65a584b566387515ae0091e8928f825cd145a..963714f7e60053ee839158174958d6cd96fbca4b 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: avast interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 110a590f09102ecc3d407ed8cee6917c7e273743..7fecb965ad2982d82410fd4223c07b4967c8939a 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: cmsline interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 55c29033360b01d4d67a23e24295477bc4d41780..64be4d59074b452c543178c578ab428ae1bc65dd 100644 (file)
@@ -2,6 +2,7 @@
 # Content-scan: rspamd interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2799575eadfad797c6d5af039bfdf275032dfad5..64d23053c4da3296248f9aed14abddbe669155ec 100644 (file)
@@ -4,6 +4,7 @@
 OPT= 127.0.0.1 7833
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8a3a91fccaa081d4a61f617af643ba1a35bf1961..4b355a046d8b5d485068ed0a718485e669538f22 100644 (file)
@@ -3,7 +3,8 @@
 OPT =
 
 exim_path = EXIM_PATH
-host_lookup_order = bydns
+keep_environment =
+hide host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 3174e7543b5b72c7682bdbc41af1f8d86d75c8bd..de11185bb135c622a078daecd4a50efafae3708f 100644 (file)
@@ -5,6 +5,7 @@ OPT =
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index ae4e71850972adbe2e1c60806e492f8b18aacd9e..b8f7ec45af55863f72ba6b2f41a150661969f984 100644 (file)
@@ -5,6 +5,7 @@ OPT =
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 180c6f4d374df965f5317a83109f2dddcfe46da6..9fac4d951489938c418ac0c13d1b15903599baf0 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4100
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c0bf41aa88b5bfced2be35cd85331398cce5cb65..ad9dd1470b998b785a386be4846eaf4bc5f545c3 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4200
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_name = CALLER_NAME
index 6a16f4c6ff4f3d962b2870d428de33b5a05c7a1e..c6f18ed214b51500313c5a84479ba081f93f4d74 100644 (file)
@@ -7,6 +7,7 @@ INSERT =
 SUB =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 085fecc72cc043a2ddd1ec7e70d8df0baaeb4a31..a5cc47ad1e868db608a215a5b4187794f825e7f1 100644 (file)
@@ -5,6 +5,7 @@ OPTION = *
 CONTROL =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 085fecc72cc043a2ddd1ec7e70d8df0baaeb4a31..a5cc47ad1e868db608a215a5b4187794f825e7f1 100644 (file)
@@ -5,6 +5,7 @@ OPTION = *
 CONTROL =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a257eff411c0714dcf6878bea14936ac7f99bec0..8a343d8e5721ec460ea5abac91a6ce8e9bfd0f5a 100644 (file)
@@ -1,3 +1,6 @@
+# exim test configuration 4800
+exim_path = EXIM_PATH
+keep_environment =
 
 begin routers
   dnslookup:
index 86ec20698aeb6ee32d1949c9a3168d18090d1d6c..ea22dc4d127037b1fcc87db1345d88570085c779 100644 (file)
@@ -1,3 +1,6 @@
+# exim test configuration 4801
+exim_path = EXIM_PATH
+keep_environment =
 
 begin routers
   dnslookup:
index fa18e2c325f8778538c3b2a97b5a6015e457b840..607cb309f536bb778326001d699587c8fd10dbfd 100644 (file)
@@ -1,3 +1,6 @@
+# exim test configuration 4803
+exim_path = EXIM_PATH
+keep_environment =
 dns_trust_aa = *
 
 begin routers
index 373aafe2b9612215afecd35ef9f807af0b852386..24652dd00f89dc2ed477b9ff0d840d65f03b1c99 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 4950
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index f46ba25a75b92fe2c988ed7cc21b873680090478..93b00309f71d048cefa6b88cc433894a609e7e6a 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
 spool_directory = DIR/spool
index 9e497261df7915810fbde1e55ee6aff45c74675d..c26642338a2fd065b2e02aa935e18b46529fc45b 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5001
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a21bd7a824ae548963337c6c8a828731b385d839..8dd7bf26d3d6555014f5b79a1335a7ed28872001 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
 spool_directory = DIR/spool
index 1c0d7639ddf3de6c2e172f8a52dc5a037b8dba90..d3b0c25d3f5df84f52a3ce06647cef7b11ed43db 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5003
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index eb1a874d9585fb8a184039e5cb5e6ea362b87283..7df0fc8c8af5e630311e9639ddfd91a36f57b618 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5004
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index d38387a9e27b4bd6347c8e8260115cc5b950cba6..19c4a4a824e2e5897523c67cd351c788b3fcb93e 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA=500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 24f0361ea325a7859cb1c57776256defeb57e594..b5c341804c679f1bdeaa8038c07b4a9a7d92247c 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
 spool_directory = DIR/spool
index 59df8678344e1d51b454d5d374ea36c3e8aa46a2..836ad2aff218fe697dad3cb42a6d21c3cdf3c888 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA=500
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a9e7a72466208551e25eac5e79430c3a21558560..e34bcea9c2cf84b9acb7157b715ab7a57b021900 100644 (file)
@@ -3,6 +3,7 @@
 QUOTA_FILECOUNT=0
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8da6c6e1b1e8fe213c5e4eedd16799ecfce4f146..779773f89f9b10b36a5120b7e5350cdd91a412d7 100644 (file)
@@ -3,6 +3,7 @@
 SUB=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index acda86a555752b871201dd48dc5d8aee217067a9..38c2e8f94a35eb3e09c21f27c92bedcd1ca34239 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5050
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4f4df39de3b3c317224bf9a3a346a3bd71325fed..4005e853dca61e747410e2a050bb480b9a880f5c 100644 (file)
@@ -3,6 +3,7 @@
 IGNORE_QUOTA=FALSE
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index a3bd84f91e8b3a32cbbc37455f247773dcfc5eac..4d1706c4129b19fae2e38a7223b5f1cb8c74afdb 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
 spool_directory = DIR/spool
index 8d69e3b2052c3c3d0078e4187cf380d698fb6961..5af90f67706ae8970bc492d91e1fcc2bd8c58c9f 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
 spool_directory = DIR/spool
index e195052e0b86ca6d75b78718550fd81159570bd6..0714ba3c02690bfb7c3f5949039896e3fc7a258b 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
 spool_directory = DIR/spool
index aa9997b7fa0ac028e8501292bd5e0f64251d7805..03da6fda2a13e1ac553eda54f36318e8895ce513 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5200
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 58af62e6cd40167541d507881bbc4a31d9e4efea..fe77484b19a6b557db33a416c90abb4d56933ea9 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5201
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 87bc9d0afc343edd232464205ed8d5bff8125e40..5752e178c524d49acdabd975f00658f05fe3253d 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5202
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 0a11110b3dbe7a6f89b5193145c3cc7d06485c44..5d951bd264b4c55f869e4c13c18589c3a8efcf39 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5203
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 5cf753aeb243610c3aae04d02b86e12ada4fb71c..ca97ea6e470bf50fe82e222f8a689142dc4684c3 100644 (file)
@@ -3,6 +3,7 @@
 COMMAND_USER=EXIMUSER
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 5048b1d59e54cf1808663fc137e6fb247efabfcc..3b715473a201a92f9745a5d45d544dfaa78ec88e 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5205
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 7d1c56253071fd30e3d26bbda55b6a0b0b8b3369..b7c7ae0b86d988969ddfdb949ea2a34a466042f6 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5206
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 4fb4f767e2a97ddfbd010dc76183370e7859a63c..373b18626e711b44fcdf228ccdf7ffdbfc2720c6 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
 spool_directory = DIR/spool
index 1cd500ff73cbf2f1796c5470530e835c59f47017..3ee81df83d1590ca74a2b8e64c02a0bb5469f182 100644 (file)
@@ -4,6 +4,7 @@ LIST=
 SELF=freeze
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 21e27390df34179e0fc37c42d958e3ca548624de..2b2121ec8bd973265877c69aa9c9d2203cc025db 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
 spool_directory = DIR/spool
index 70de5631cde2271d39f7598a053d7aa32473108c..7840341a327b406ddca966a598d5dea38bfa8c89 100644 (file)
@@ -3,6 +3,7 @@
 ALLOW=true
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 0c130a04f0d04d0d3294abec4ff55cceec31a3c8..25caa299cba93c456808a4572f67457086ed1036 100644 (file)
@@ -3,6 +3,7 @@
 D6=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 79465df8064f3da9e703840c47db178ea9eccd8a..e7a5c074f18a2457fd7ec28381e6e41b5d4a983a 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
 spool_directory = DIR/spool
index 5978b7fa01514deda64328c0d3c9faea0a82db96..917c4ea7606136ecf4768197e9e20e3855ca1a19 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
 spool_directory = DIR/spool
index 735b529322a6c30263b7aa1ca08464130bea063c..4c59adb95b39f689ebd4673d6d4ae2aac1f0ddf5 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
 spool_directory = DIR/spool
index f8379c7bda7be4d7c18f7c2a3c839c0cb99db25b..bb559116ece945080fa1c061056e829dda408809 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
 spool_directory = DIR/spool
index 6b9e328baa9dd47aabad7907cf18e81399accc09..5369bf6fd682ea5741e49ff04f912e441cd49396 100644 (file)
@@ -4,6 +4,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 083394ee5dc0e09370f49226bd3f103dc1657ac5..fb7d404acf9dfc6bb6aa585990011912d3f586ec 100644 (file)
@@ -4,6 +4,7 @@
 LOG_SELECTOR=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 2dc1090dfc5ed66689d27fd6575da8737833fe3d..c05bcfcf92e9271b7a5a256955a5d7ffc19fd9fd 100644 (file)
@@ -4,6 +4,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 spool_directory = DIR/spool
index 785f0c64f3a08339bf2ada5a232d91d8a2d2e8c5..267f4e07135dc8c2982305c66a5d5352cbbca44c 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
 spool_directory = DIR/spool
index 311cc12998585c07ca39c77708e214aed2dd4c60..32b4e5f816e98d0e18f2cede5259e3795fe335f5 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
 spool_directory = DIR/spool
index bf4462be3a1a4a9e1a2d7ffe753176212486c417..8d07b7a9c94f6f939b6741bd847526a27f080470 100644 (file)
@@ -4,6 +4,7 @@
 CRL=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 spool_directory = DIR/spool
index cffa4107c2071e03fbc503267181b294b1214e96..fe9d3bcebf24194a70c5977b15597bae134c0f00 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 spool_directory = DIR/spool
index 10938e1f9de1cdeac220226764196dd587298005..63b4623135c96f7198006fb4696f510b523de3c0 100644 (file)
@@ -4,6 +4,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = server1.example.com
 spool_directory = DIR/spool
index 4d0abea551f0e8045817a966dc7517386d20ad21..bc2cf347e5661e362db02627329c32483d739e83 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 5700
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 13ee1498f566f6e5961b73c618ffda7d9bba648e..3a66364d01d8eb224f00166529dc0b6ce20f389f 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 303420f3d3b93f7219a208073bcb7b2c7875e6d0..4a6152402cedf3adb3757d3ae7d2cbd7b642d745 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 66facecb3f2861ac7f1e5f515877c80decbe72c7..ba4db9ab652e538bd00f8869e757b822155b89ef 100644 (file)
@@ -2,6 +2,7 @@
 # DANE common
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 1b487026faa9d37012fcad99375e6ebfd444b6b0..9ee830910106a578f2eeeaa121688edc1d714820 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 4f468a3843c9c6e4178ab81e20a3084f0146e346..e83919005e28cf4100e2b31bd84bbfe92c3940ae 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index d3f6db3c4cf0e3afb9d4d9493bb1386293fb6d59..eae2edb0d634a91f201f67c50a5a565aa0bec946 100644 (file)
@@ -4,6 +4,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 8f55b92e237fbbdd6ae7d282e456c721a7b18883..695d1d17bb1567cf350968fcbd1e718b89cb6582 100644 (file)
@@ -3,6 +3,7 @@
 LDAPSERVERS=
 
 exim_path = EXIM_PATH
+keep_environment = LDAPTLS_REQCERT
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 3f0b5236227acbd6b8e1877c4687fb8f43eb41a1..be3d2c121961d96d9d2e2ed7de0edffef7efce17 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
 spool_directory = DIR/spool
index 0285c801a81970de1dcfe3352dfa6c54de62d9f5..564d3884743221f138fe958599ed6395cec637f9 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
 spool_directory = DIR/spool
index 1aac8b102b1f21cebcb729b223077f299bb4bd9b..6a07be672353e14f33e5eeed2a79de45da24fb32 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
 spool_directory = DIR/spool
index 05e88414ddc078cf586e5f9beb0518134567e329..0c559f59bfc3459bcdc259d4a73b0de8350481d5 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index e312ee6096b6c45f7b96375fd3b6f892b696ed8c..f3baf2bbe3300ff214675cbf52e9b191343d3360 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 32fe5c90bafc5894fb35660651ef97058644f599..815139cc9f4becbc8a52f8e6b721c4071815db1f 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
 spool_directory = DIR/spool
index cbd030fbe7a82cd5fc0188045b792c2b58e0ca40..234a672dbcd0e0ef1a4da046630384f8a1bca249 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9401
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 65f8926c3502c7382e42f3f93efdf129760f2739..c80c6cb30a2f87dda0125fe472ad841b3f095790 100644 (file)
@@ -3,6 +3,7 @@
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index 43fbde00ca6caf9a9e4f8170a81a75fd60386bc2..205bb9146b322c4a23c615b22f07acb118c301c0 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
 spool_directory = DIR/spool
index eba2f900c3013152da115fd8ad94587b51ea3777..d4572109f0ccc136ee85bd487255ab0baa6f63eb 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9900
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index a49153ba0f46e80e06739d5b7cce328ee6b9a5cb..39a966edb5a70d6f215959ea4be5f986dd30dec4 100644 (file)
@@ -4,6 +4,7 @@ COM=
 SERVER=
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
index b252c4cbb443ca0a143b6e7547312e4abbaa0bfb..4c41d8c5f86b28235669b2acf6fe4b4086fa7a58 100644 (file)
@@ -5,6 +5,7 @@
 ORDER=
 
 exim_path = EXIM_PATH
+keep_environment =
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index 39db987131b803afb846bc57753a48f01a6edacd..6ecff0822c090a8e341576a34b0280a46cb82036 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 9903
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
index c9eb6412c1c9a94401bed0eeeb0dc01a9f49a35f..74c607a1bf5ea56e07a1dc90e3f5f6b6495d5ba4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 14 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 a2e75ff501b399cfee381592421aa3abe11b2c7b..d9985aabdc0b9077e436a9949f5af699a4d6732d 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 16 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 003f31154860a10bb7294f9852950cc11136f194..6b472bcd885cdd47029f51affe9e12563d9719f4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 14 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 b519863d3dc1237bc0752c515c473d1acd2dbdcf..40585c690503d9d4dbc7ecc80aefc7c02f87ef7c 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 26 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 f901fd4cff2ebca8ba5d624eb2d1e422d86e3db6..d18082f4ca07679dba7ffffdec17fb272d58d357 100644 (file)
@@ -1,8 +1,8 @@
-1999-03-02 09:44:33 Exim configuration error in line 24 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 24 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 24 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 24 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 7ead00c8ebf68e63487d4b650bb9cb268e253856..4e5fcc9c6f6fb130cf4158471ab10bb4916e18ba 100644 (file)
@@ -1,20 +1,20 @@
-1999-03-02 09:44:33 Exim configuration error in line 19 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 19 of TESTSUITE/test-config:
+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 20 of TESTSUITE/test-config:
+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 20 of TESTSUITE/test-config:
-  integer "4000000.123" is too large (overflow)
 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 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 22 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 22 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 22 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 22 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 22 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 2dd90dd487915e1582a547a76ad7d0822211378d..f8afd85ea7ba2b3d4ec1655a6058b63057cb49a1 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 42 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 fcc7a972e20cb7510761e75ea5a0f2fdab479ed7..b201d1cfa8a103ef4982e4b13a82072aac670ad8 100755 (executable)
@@ -348,7 +348,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
@@ -563,6 +563,25 @@ RESET_AFTER_EXTRA_LINE_READ:
   # signature algorithm names
   s/RSA-SHA1/RSA-SHA/;
 
+  # -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 ========
 
@@ -1659,6 +1678,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];
@@ -2062,12 +2083,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 b4f06a104862e8d795d750c6559605954dc29128..c19ce9ce3519c9cf01594359faf874482cc8d033 100644 (file)
@@ -130,6 +130,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
@@ -189,6 +194,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
@@ -373,6 +383,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 c9eb6412c1c9a94401bed0eeeb0dc01a9f49a35f..74c607a1bf5ea56e07a1dc90e3f5f6b6495d5ba4 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 14 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 d9ba230b10f1668d8933efeebab295abed822848..f7153995d7d8665c27b846d5259d547b4bf7c21e 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 16 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 f8a4205d4290e6e1e9d9917677ce3f96257b3995..75ed334bf8c951679494b60d446d9fcdd218a295 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 14 of TESTSUITE/test-config:
+  Exim configuration error in line 16 of TESTSUITE/test-config:
   macro name too long (maximum is 63 characters)
index 4aed074e0dd70486f789dbd1e2db272d45897016..729780b716ee0e518936f12fa690f044ae36e82c 100644 (file)
@@ -1,3 +1,3 @@
 LOG: PANIC DIE
-  Exim configuration error in line 26 of TESTSUITE/test-config:
+  Exim configuration error in line 28 of TESTSUITE/test-config:
   .include specifies a non-absolute path "non/absolute"
index f901fd4cff2ebca8ba5d624eb2d1e422d86e3db6..d18082f4ca07679dba7ffffdec17fb272d58d357 100644 (file)
@@ -1,8 +1,8 @@
-1999-03-02 09:44:33 Exim configuration error in line 24 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 24 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 24 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 24 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 b593b1bc8532150d85b193a11e7f42ac87a77de9..95b5e7f5ee1baa96afe570d6af4133f868a2aa4e 100644 (file)
@@ -1,30 +1,30 @@
 LOG: PANIC DIE
-  Exim configuration error in line 19 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 19 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 20 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 20 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 22 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 22 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 22 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 22 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 22 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 22 of TESTSUITE/test-config:
+  Exim configuration error in line 24 of TESTSUITE/test-config:
   extra characters follow integer value for finduser_retries
index 2dd90dd487915e1582a547a76ad7d0822211378d..f8afd85ea7ba2b3d4ec1655a6058b63057cb49a1 100644 (file)
@@ -1,2 +1,2 @@
-1999-03-02 09:44:33 Exim configuration error in line 42 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
+