my $sa_args = { local_tests_only => $SALocalTestsOnly, dont_copy_prefs => 1, userprefs_filename => $config, user_dir => $Features{'Path:QUARANTINEDIR'}, debug => 'TxRep' };
> amavisd.conf: > $sa_debug = 1; > Is there a way to tighten that to just show TxRep debug messages? The: $sa_debug = 'TxRep'; is the equivalent of the above debug=>'TxRep'. A comma-separated list of SpamAssassin debug facilities can be provided and is passed to the 'debug' argument of SA. Mark