diff --git a/kuvert b/kuvert index e475029..7ffcc7d 100755 --- a/kuvert +++ b/kuvert @@ -395,7 +395,6 @@ sub crypt_send # returns nothing if ok or @error msgs sub process_file { - dlogit("In processfile"); my ($fh,$file)=@_; my $in_ent; @@ -503,7 +502,6 @@ sub process_file } @recips=@reallyr; } - # figure out what to do for specific recipients my %actions=findaction($override,\@recips,\@recip_bcc); @@ -657,6 +655,8 @@ sub findaction #Encrypt or drop everything if ($actions{$addr}=~/^encrypt/) { + my $thisaction=$1; + $actions{$addr}=$thisaction; $actions{$addr}=$specialkeys{$addr}||$email2key{$addr}||"drop"; }