Hi all :)
I was wondering if Pyzor currently accounts for small personalizations in emails, specifically the recipient's account name (the local part before the @domain.com). If not, I think adjusting how the digest is generated could improve detection accuracy.
To improve detection accuracy, Pyzor should:
Extract the account name (local part of the recipient's email address) before removing headers.
Remove the extracted account name from the message body before generating the digest.
This ensures that minor personalizations in the spam mails do not affect Pyzor’s ability to detect spam messages.
Hi all :)
I was wondering if Pyzor currently accounts for small personalizations in emails, specifically the recipient's account name (the local part before the @domain.com). If not, I think adjusting how the digest is generated could improve detection accuracy.
To improve detection accuracy, Pyzor should:
This ensures that minor personalizations in the spam mails do not affect Pyzor’s ability to detect spam messages.