|
From: Mark M. <Mar...@ij...> - 2004-04-13 16:31:22
|
Anne, | I wanted to turn off notifications for virus recipients. | #$warnvirusrecip = 1; # (defaults to false (undef)) | $warnbannedrecip = 1; # (defaults to false (undef)) | but I'm still getting virus notifications...??? Are you getting them in case of banned-only mail (no virus), or in case that both a virus and a banned name is present? Which version of amavisd-new are you running? If it is older than -p6, this item from release notes would explain it: - consistency with other virus/banned logic: don't send recipient notification (reporting banned name) if mail contains both a virus and a banned name, but $warnvirusrecip is false; reported by Nathan G. Grennan and Urska Brinar; Are you sure you are talking about recipient notifications? Mark |