Rick Macdougall wrote: > Hi, > > Is it possible to do anything about local users that are listed in RBL's > ? The listing is correct but I don't really want mail sent to us from > our users to be marked as spam (I know it wouldn't have if the date on > the computer was set correctly but in this case it's my mother.) Headers > below.
Well, assuming SA 3.x, you can get around the DUL RBLS if you set both trusted_networks and internal_networks manually. Make your mailserver trusted but not internal. note: you MUST manually declare both. If internal_networks is not declared, it will use the value of trusted_networks. It is impossible for either of these variables to be empty. See man Mail::SpamAssassin::Conf for further details.