From ba1a6a1885b15ded285e4592ac6cd7b19fcb8667 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 17 Sep 2014 13:09:47 -0700 Subject: [PATCH] remove YIELD cruft introduced by rebase --- lib/Qpsmtpd.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Qpsmtpd.pm b/lib/Qpsmtpd.pm index 531382e..08fdbe1 100644 --- a/lib/Qpsmtpd.pm +++ b/lib/Qpsmtpd.pm @@ -266,9 +266,6 @@ sub run_hooks_no_respond { warn("FATAL PLUGIN ERROR [" . $code->{name} . "]: ", $@); next; } - if ($r[0] == YIELD) { - die "YIELD not valid from $hook hook"; - } last if $r[0] != DECLINED; } $r[0] = DECLINED if not defined $r[0];