> Is it possible to make a Declude domain or user setting that enables a > whitelist of email sender addresses in the Pro version whereby all > emails are rejected or bounced accept a whitelist of senders? In other > words reject or bounce all senders accept those that the user wishes > to communicate with. Could this be done with weights...sending an eml > to bounced mails? This way the Global.Cfg would not be used with its > limitations.
One way is through our match program combined with CATCHALLMAILS. CATCHALLMAILS catchallmails x x 20 0 MATCH external 1 "string" -20 0 All messages are weighted with 20. Then any message "failing" MATCH would receive a negative 20, giving an effective weight of 0. Match works by comparing the sender with a list of domains or e-mail address in a from.txt file for a match AND comparing the recipient with a list of domains or e-mail addresses in a to.txt file for a match and if both exist, returns a "fail" code to Declude. John Tolmachoff MCSE, CSSA IT Manager, Network Engineer RelianceSoft, Inc. Fullerton, CA 92835 www.reliancesoft.com --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
