On Fri, Oct 24, 2008 at 11:53:21AM +0200, Tomáš Macek wrote:
>
> Henrik K wrote:
> > On Fri, Oct 24, 2008 at 10:37:39AM +0200, Tomáš Macek wrote:
> >> The question is not "why i do not notify user, that his mail was not
> >> sent", but "how can I send the mail, that is normally false
> >> positivelly tagged as spam by Amavis with DCC_CHECK,
> >> FORGET_MUA_OUTLOOK and other rules as dropped". I don't undertand the
> >> notifying the user about it as a solution - solution is only the
> >> successfull message delivery.
> >
> > Right, so it's not a solution per se. But atleast the messages aren't
> > dropped without anyone knowing (that's what you said).
> >
> > If you want to use SA, there is no other solution than fixing/removing rules
> > that are not appropriate for your users. If you have FPs on Outlook rules,
> > you should report it to SA bugzilla. There is no simple solution.
> >
>
> OK, thank you at least for this.
> I could find a solution, that could notify the user by sending a
> bounce when mail will be tagged as spam. The question is, will I be
> able to send a bounce ONLY in the case the sender is from @mynetwork?
> It's really not a good solution to reply to all the spam being sent to
> our mailserver.
Thinking about it, the wisest action is probably to only notify you:
$policy_bank{'MYNETS'} = {
virus_admin_maps => "[EMAIL PROTECTED]",
spam_admin_maps => "[EMAIL PROTECTED]",
...
It's best not to bounce users, since it's possible that sender address is
forged, unless you have measures to force it. And the users will complain to
you anyway, so it "doubles the trouble".
On my network, I just use the config above, DISCARD (quarantine) bad stuff
and fix things silently.
-------------------------------------------------------------------------
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/