@sa_tag2_level_maps = (
{
'[email protected]' => 3.0,
'[email protected]' => 3.0,
},
\$sa_tag2_level_deflt,
);
Yes, same principles.
Hm, the above gave me:
Error in config file "/usr/local/etc/amavisd.conf": Global symbol
"@sa_tag2_level_maps" requires explicit package name at
/usr/local/etc/amavisd.conf line 129.
It is @spam_tag2_level, not @sa_tag2_level_maps.
@spam_tag2_level = (
{
'[email protected]' => 3.0,
'[email protected]' => 3.0,
},
\$sa_tag2_level_deflt,
);
A bit of naming inconsistency for historic/compatibility reasons.
Mark