All sites built use check_spam, and it works amazing! I would like to be able to tell which sites the notifications are coming from without having to modify the code with every github update.

Could we get one of the following implemented for check_spam?

1) Subject of line 82 of data-bound-forum/checkspam.php, $subject as part of the language file?
2) Change code to use the K_EMAIL_FROM in the config file to send the email, this way the notifications come from their respective sites? instead of $from = $to = $notify_email; separate them $from = K_EMAIL_FROM; $to = $notify_email; I know some people may not set this so maybe a check would be needed to ensure it was changed.
3) add a subject field to the check_spam tag so we can add some notification text to help identify the notifications.

If there is a way to function this into kfunctions that would be great also.