Package: postfix-cluebringer / 2.0.10-1

04_bounce_handling.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/cbp/modules/Quotas.pm
+++ b/cbp/modules/Quotas.pm
@@ -495,6 +495,11 @@
 
 	my $key;
 
+	# Short-circuit <>
+	if ($addy eq '') {
+		return "@";
+	}
+
 	# We need to track the sender
 	if ($spec eq 'user@domain') {
 		$key = $addy;