|
From: Mark L. <no...@nu...> - 2004-04-13 19:26:29
|
On Tue, 13 Apr 2004, Mark Martinec wrote: > | I wanted to turn off notifications for virus recipients. > | #$warnvirusrecip = 1; # (defaults to false (undef)) > | $warnbannedrecip = 1; # (defaults to false (undef)) If $variable is set to equal "1" then (according to the comment) it is in fact turned on. Try setting your undesired warning flag to "0" instead? Cheers, Mark. -- Mark Lawrence |