Name
sm-archive.conf — configuration file for sm-archive sendmail milter
Description
The sm-archive.conf configuration file is
specified by this partial bnf description.
CONFIG = {ENV-FROM ENV-TO}+
ENV-FROM = env_from "{" LIST "}" ";"
ENV-TO = rcpt_to "{" LIST "}" ";"
LIST = ELEMENT {LIST}+
ELEMENT = ADDRESS TARGET ";"
ADDRESS = (USER@ | DOMAIN | USER@DOMAIN)
TARGET = ("" | USER@DOMAIN)
};
Sample
env_from {
fred@example.com manager@example.com;
example.com archive@example.com;
joe@example.com ""; # suppress archiving for joe
};
rcpt_to {
fred@example.com manager@example.com;
};
};
CVS Version
$Id: sm-archive.in,v 1.2 2006/03/10 19:52:38 carl Exp $