From: Stephen L Johnson Date: Thu, 6 Jan 2000 22:30:14 +0000 (+0000) Subject: notification bug for simple contacts fixed. X-Git-Tag: spong-2_7-alpha5~115 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f9286cb2309c62b15bca0acac7d77293e71f72;p=spong.git notification bug for simple contacts fixed. --- diff --git a/src/spong-message.pl b/src/spong-message.pl index 7d59788..dd8a6e0 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -459,7 +459,7 @@ RULE: if ($c =~ m/^(.*):(.*)/) { $person = $1; $func = $2; } else { - $person = $contact; $func = 'all'; + $person = $c; $func = 'all'; } #