Commit 9056ede3 authored by maride's avatar maride
Browse files

Move all filtered email into Junk. Add more suspicious subjects

parent cd38994d
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ if header :contains "Subject" [
	"Sprachübersetzer",
	"Klimagerät",
	"Gastartikel auf chaosdorf.de",
	"the Urban Cruiser",
	# Household
	"Müheloses Reinigen",
	"Beseitigen Sie tote Wi-Fi-Spots",
@@ -86,10 +87,12 @@ if header :contains "Subject" [
	"Traumreise-Karte",
	"Erhalten Sie jetzt die Vorteile der MasterCard",
	"The mailbox has reached your quota limit",
	"Your inbound mails bounced, indicating that your quota has been exceeded"
	"Your inbound mails bounced, indicating that your quota has been exceeded",
	"Is this your valid email?",
	"Schützen Sie Ihren Ruf: Schlechte Bewertungen loswerden"
] {
	addflag "\\Seen";
	fileinto "Quarantine";
	#addflag "\\Seen";
	fileinto "Junk";
	stop;
}