ml wrote:
thx a lot , I have edited the required_hits (it is 98) in local.cf already,
however it still
marked my mails are spam.
It looks like you've removed the section of amavisd.conf that sets the score it considers spam, so it's probably falling back to default values (whatever those may be). That section looks something like this in the default configuration:
# default values, can be overridden by more specific lookups, e.g. SQL
$sa_tag_level_deflt = 3.0; # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 6.3; # add 'spam detected' headers at that level
$sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam evasive actions
# at or above that level: bounce/reject/drop,
# quarantine, and adding mail address extension
$sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent,
# effectively turning D_BOUNCE into D_DISCARD;
# undef disables this feature and is a defaul