Skip to content

Commit 67bc2ff

Browse files
committed
tupdates
1 parent 9a674de commit 67bc2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImapAbuseCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public function process($type = 'spam', $limit = false)
341341
$email_template = file_get_contents(__DIR__.'/../../../../include/templates/email/client/abuse.tpl');
342342
$message = str_replace(
343343
['{$email}', '{$ip}', '{$type}', '{$count}', '{$id}', '{$key}'],
344-
[$email, $ip, 'spam', 1, $id, md5("${id}${ip}${type}")],
344+
[$email, $ip, 'spam', 1, $id, md5("{$id}{$ip}{$type}")],
345345
$email_template
346346
);
347347
//$email = 'john@interserver.net';

0 commit comments

Comments
 (0)