This is a discussion on Re: [AMaViS-user] allow mail to reach spamcop within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > > This is irrelevant, white/blacklisting uses SENDER mail address as a key. > > A spam lover can ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> > This is irrelevant, white/blacklisting uses SENDER mail address as a key.
> > A spam lover can only be a recipient. Sender is irrelevant here. > > That's pretty much my point. There's no place in the SQL db to store > recipient information (other than policy) so it shouldn't be tripping > out here, right? > It should fall through to the @spam_lovers_map I > defined in the configuration... which it isn't, or which still has the > wrong syntax. > > This is really frustrating, mostly because I'm not stupid but this is > very underdocumented and I can't seem to find any debug options which > give me clarify into the searches. > > -- > Jo Rhett Do you have a recipient in the users.email field named @. ? If so, that user has a policy assigned to it in the policy_id field. If you look at the policy (in the policy table) that this ID points to, you will probably find the spam_lover field is set to "N". This is what could be blocking the lookup into the statc map. So, as mentioned, you have two options. You can either NULL out this field for this particular policy, or you can add a new policy (I would suggest setting only the id, policy_name and spam_lover fields and leave all the other fields at their default NULL value) and then add two new users - 'admin' and '@.spamcop.net' and then set their policy_id to the new policy and their priority field to at least one digit higher than the priority assigned to the @. user. The spam_lover field for the policy assigned to these two users would need to be set to "Y". -- Gary V ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |
![]() |
| Thread Tools | |
| Display Modes | |
|
|