[exim-cvs] cvs commit: exim/exim-test-orig/AutoTest/confs 61…

Página Inicial
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Para: exim-cvs
Assunto: [exim-cvs] cvs commit: exim/exim-test-orig/AutoTest/confs 612 exim/exim-test-orig/AutoTest/log 612 exim/exim-test-orig/AutoTest/mail 612.ph10 exim/exim-test-orig/AutoTest/scripts 612
ph10 2005/05/04 12:29:27 BST

  Added files:
    exim-test-orig/AutoTest/confs 612 
    exim-test-orig/AutoTest/log 612 
    exim-test-orig/AutoTest/mail 612.ph10 
    exim-test-orig/AutoTest/scripts 612 
  Log:
  Added an extra test to investigate header-adding behaviour.


  Revision  Changes    Path
  1.1       +42 -0     exim/exim-test-orig/AutoTest/confs/612 (new)
  1.1       +3 -0      exim/exim-test-orig/AutoTest/log/612 (new)
  1.1       +14 -0     exim/exim-test-orig/AutoTest/mail/612.ph10 (new)
  1.1       +3 -0      exim/exim-test-orig/AutoTest/scripts/612 (new)


Index: 612
====================================================================
# Exim test configuration 612

# Macros are set externally in order to get the path
# of the Exim that is being tested, and the directory
# in which the test data lives.

exim_path = EXIM_PATH
primary_hostname = myhost.test.ex
spool_directory = DIR/spool

# ----- Main settings -----

qualify_domain = test.ex


# ----- Routers -----

begin routers

  r1:
    driver = redirect
    headers_add = "Delivered-To: $local_part@$domain"
    data = ph10@$domain  


  r2:
    driver = accept
    transport = t0




# ----- Transports -----

begin transports

  t0:
    driver = appendfile
    file = DIR/test-mail/$local_part
    user = CALLER  
    envelope_to_add 



# End

Index: 612
====================================================================
1999-03-02 09:44:33 10HmaX-0005vi-00 <= ph10@??? U=ph10 P=local S=235
1999-03-02 09:44:33 10HmaX-0005vi-00 => ph10 <one@???> R=r2 T=t0
1999-03-02 09:44:33 10HmaX-0005vi-00 Completed

  Index: 612.ph10
  ====================================================================
  From ph10@??? Tue Mar 02 09:44:33 1999
  Envelope-to: four@???,
   three@???,
   two@???,
   one@???
  Received: from ph10 by myhost.test.ex with local (Exim x.yz)
      id 10HmaX-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000
  Message-Id: <E10HmaX-0005vi-00@???>
  From: Philip Hazel <ph10@???>
  Date: Tue, 2 Mar 1999 09:44:33 +0000
  Delivered-To: one@???
  Delivered-To: ph10@???




  Index: 612
  ====================================================================
  0 Multiple headers_add in router
  exim -odi one two three four
  ****