From 81f9286cb2309c62b15bca0acac7d77293e71f72 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Thu, 6 Jan 2000 22:30:14 +0000 Subject: [PATCH] notification bug for simple contacts fixed. --- src/spong-message.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } # -- 2.30.2