mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Phishing fully fixed
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user