view sm-archive.conf @ 26:c6d5b1658f61

Added tag stable-1-0-9 for changeset a2d60f43590b
author Carl Byington <carl@five-ten-sg.com>
date Mon, 06 Feb 2017 12:08:35 -0800
parents 75e1a9bcbc2e
children
line wrap: on
line source

env_from {
    fred@example.com    manager@example.com;
    example.com         archive@example.com;

    # suppress archiving for joe
    joe@example.com     "";
};

rcpt_to {
    fred@example.com    manager@example.com;

    # sam does not get a copy
    sam@example.com     manager@example.com remove;
};