.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "SM-ARCHIVE.CONF" 5 "2008-03-21" "" "" .SH NAME sm-archive.conf \- configuration file for sm-archive sendmail milter .SH "SYNOPSIS" .ad l .hy 0 .HP 16 \fBsm\-archive\&.conf\fR .ad .hy .SH "DESCRIPTION" .PP The \fBsm\-archive\&.conf\fR configuration file is specified by this partial bnf description\&. .nf CONFIG = {ENV\-FROM ENV\-TO}+ ENV\-FROM = env_from "{" LIST "}" ";" ENV\-TO = rcpt_to "{" LIST "}" ";" LIST = ELEMENT {LIST}+ ELEMENT = ADDRESS TARGET ["remove"] ";" ADDRESS = (USER@ | DOMAIN | USER@DOMAIN) TARGET = ("" | USER@DOMAIN) .fi .SH "SAMPLE" .nf 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; }; .fi .SH "VERSION" .PP 1\&.7