[Mimedefang] Multiple Domains

David F. Skoll dfs at roaringpenguin.com
Thu Oct 17 20:11:01 EDT 2002


On Thu, 17 Oct 2002, Dan Tulovsky wrote:

> Using that, I would need to have all the domains taken care of in one file.
> I was hoping for a config file per domain kind of solution.

So name your files and routines appropriately, and use "do" in Perl.

file "domain1_rules.pl" could contain

sub filter_domain1 () {
	# blah...
}

Anyway, you get the idea...

--
David.




More information about the MIMEDefang mailing list