Next: Python MDA Filters, Previous: Sieve MDA Filters, Up: MDA Scripting [Contents][Index]
The file name of the Scheme mail filter is specified using ‘script’ configuration statement. For example, the following configuration statement:
script {
pattern "~/.maidag.scm";
}
instructs mda to use file .maidag.scm in the
recipient home directory as a Scheme filter.