Joshua, > Is there a way to bypass all checks on a per user basis?
Yes. > If so is it a text file or can it be done via database Either way. Statical lookup tables can be specified directly in a config file, or lengthier lookup tables can be read from a text file by calling subroutine read_hash from a config file. Some examples are in amavisd.conf-sample. An SQL or LDAP lookup is another alternative, look for SQL fields: virus_lover, spam_lover, banned_files_lover, bad_header_lover, and: bypass_virus_checks, bypass_spam_checks, bypass_banned_checks, bypass_header_checks. If you want all checks disabled for some recipients (or recipiend domains), just set them all to true. Mark ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
