Hello, I'm trying to bounce spam because I was discarting it, is this OK?? is bouncing the spam? Code: Jun 10 14:29:01 mail amavis[19645]: (19645-08) Blocked SPAM {NoBounceInbound}, [207.188.163.3] [207.188.163.3] <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: tdjJokP1I1GD, Hits: 14.999, size: 3974, 3405 ms. I need to bounce a postmaster saying spam Code: sa_tag_level_deflt = undef; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 5.5; # add 'spam detected' headers at that level $sa_kill_level_deflt = 5.8; # triggers spam evasive actions (e.g. blocks mail) $sa_dsn_cutoff_level = 30; # spam level beyond which a DSN is not sent # $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off $penpals_bonus_score = 8; # (no effect without a @storage_sql_dsn database) $penpals_threshold_high = $sa_kill_level_deflt; # don't waste time on hi spam $sa_mail_body_size_limit = 400*1024; # don't waste time on SA if mail is larger $sa_local_tests_only = 0; # only tests which do not require internet access? $final_virus_destiny = D_BOUNCE; $final_spam_destiny = D_BOUNCE; $final_banned_destiny = D_BOUNCE; $final_bad_header_destiny = D_PASS; CENTOS 5 ISPCONFIG 3 regards Jorge