[Mimedefang] Archiving email

David F. Skoll dfs at roaringpenguin.com
Fri Sep 13 16:36:01 EDT 2002


On Fri, 13 Sep 2002, Michael Grau wrote:

> Is anyone using mimedefang to do something like this -
> something like quarantine_entire_message, except
> quietly with no quarantine report or notification.

Another option is to do this:

sub filter_begin {
	action_add_recipient("archive at kcc.state.ks.us");
}

where "archive" is an alias which simply delivers to a file
(or to a procmail script which delivers to a file whose name includes
the current year and month; whatever.)

--
David.




More information about the MIMEDefang mailing list