Hello,
I want to bypass the aliases abuse, hostmaster, postmaster from the spamchecks. But I have several domains. It is possible to use regex.
Here is my current configuration:@spam_lovers_maps = (( new_RE( qr'^abuse@', qr'^postmaster@', qr'^hostmaster@',qr'^webmaster@' ) ), read_hash("/var/lib/amavis/config/taganddeliver.txt"), );
It works. Is my configuration ok so? Or is something wrong inside? with kind regards Ralf
