Phishing fully fixed

This commit is contained in:
thomashaw
2024-09-20 16:18:23 +01:00
parent 57c0b1de23
commit 22681f57be

View File

@@ -162,8 +162,8 @@ public class MailReader implements AutoCloseable {
// Now set the actual message
String msg = "";
if (reasons.contains("Attachments accepted... running the attachment.\n")) {
msg = "Successful message!";
if (reasons.contains("Attachments accepted... running the attachment.")) {
msg = "Successful message!\n";
} else {
msg = "I'm not accepting this email because:\n";
}