Sebastian Deiszner wrote:
> Hello,
> 
> some of my Mails are moved to quarantine with header:

what do you mean by "moved"? they are copied. but the recipient gets the 
message since the corresponding action is D_PASS.

> 
> 
> X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char E4 hex): Date: ...8 
> 13:21:43 +0200
> (Westeurop\344ische Normalzeit)\n

let me guess... the X-Mailer: is Incredimail, no?

# fsck -y /dev/crap
# ifconfig rat0 down
:<

> 
> I don't want to move only virus-mails into the quarantine.

do you really mean what you wrote?

> 
> How do i do it?
> 
> $final_virus_destiny      = D_DISCARD;  # (data not lost, see virus 
> quarantine)
> $final_banned_destiny     = D_BOUNCE;   # D_REJECT when front-end MTA

avoid bouncing mail. if you don't want it, discard it or reject it at 
smtp time. bouncing causes backscatter if the sender is forged.

> $final_spam_destiny       = D_PASS;
> $final_bad_header_destiny = D_PASS;     # False-positive prone (for spam)
> [snip]
> $final_spam_destiny       = D_PASS;  # (defaults to D_BOUNCE)
> $final_bad_header_destiny = D_PASS;    # (defaults to D_PASS)

these are repeated.

> $spam_quarantine_to       = undef;

$bad_header_quarantine_to = undef;

> [snip]

-------------------------------------------------------------------------
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
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to