2017-12-03 | Paul Boddie | file changeset files shortlog | Introduce datetime information between selectors where appropriate. Added a function for obtaining the selector chain from a single root. | client-editing-simplification |
paul@899 | 1 | simple_person_outgoing: |
paul@899 | 2 | debug_print = "R: simple_person_outgoing for $sender_address_local_part@$sender_address_domain" |
paul@890 | 3 | driver = accept |
paul@890 | 4 | unseen |
paul@890 | 5 | no_expn |
paul@890 | 6 | no_verify |
paul@899 | 7 | condition = ${if and { \ |
paul@899 | 8 | {bool {${lookup {$sender_address_local_part} lsearch {/etc/exim4/virtual_people} {true} {false}}}} \ |
paul@899 | 9 | {bool {${lookup {$sender_address_domain} lsearch {/etc/exim4/virtual_domains} {true} {false}}}} \ |
paul@899 | 10 | }} |
paul@890 | 11 | transport = people_outgoing_transport |