From 51ba9ccc5394380566f4507b2f196a50f0aa09a1 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 3 Jan 2000 17:27:04 +0000 Subject: [PATCH] Fixed contact[:all] bug. A contact without a messaging function would not receive notifications. --- 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