Mail Monitor help! - Printable Version +- Tordex Community (http://forum.tordex.com) +-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html) +--- Forum: Plugin features and improvements (http://forum.tordex.com/forum-15.html) +--- Thread: Mail Monitor help! (/thread-2166.html) Pages:
1
2
|
Mail Monitor help! - gate1975mlm - 12-06-2005 I always get e mail that says it was sent to someone else but some how It comes to me. What setting would I need to put in to stop all e mail that is sent to someone else e mail address but comes to me? Someone on another site said the way to stop this is to add a filter for the mail by only allowing it if your address is listed in the TO: field or the CC: field. The reason it comes to you is because the spammer puts one name in the To: field and lists all the others in the BCC: field (Blind Carbon Copy). That way you do not see who the other recipients are, other than the original "TO:". Can this be done with Mail Monitor or will you be adding this option? I get tons of e mails like this and am preying you can help me. - Yuri Kobets - 12-06-2005 You must create filters: To does not contain youremail@yourdomain.com CC does not contain youremail@yourdomain.com - gate1975mlm - 12-06-2005 Yuri Kobets Wrote:You must create filters: Great so this should fix my problem. I just thought of something. What if someone sends an E mail to more then just me and it has someone else e mail listed in the to area before me? Will that also be deleted? Like if a friend sent to lots of people. - Dracula - 12-06-2005 Quote:I just thought of something. What if someone sends an E mail to more then just me and it has someone else e mail listed in the to area before me? Will that also be deleted? Like if a friend sent to lots of people No, as long as the To: or Cc: fields contains your email address, it won't be deleted... Perhaps you should also include the following rule, to avoid messages from mailing lists being deleted (they usually don't contain your email address): Header field: X-Mailing-List Search function: is not present - gate1975mlm - 12-06-2005 Dracula Wrote:Quote:I just thought of something. What if someone sends an E mail to more then just me and it has someone else e mail listed in the to area before me? Will that also be deleted? Like if a friend sent to lots of people And what should I set this rule to do? Delete? - gate1975mlm - 12-06-2005 Yuri Kobets Wrote:You must create filters: Ok I did what you said but now if I send an E mail to my self it gets deleted. Is that normal? - Yuri Kobets - 12-06-2005 Generally I don't recommend set the "Delete" action for untested filters. You can mark message as spam by filter. And test some days. Actually you must add a complex condition: To does not contain <!-- e --><a href="mailto:youremail@yourdomain.com">youremail@yourdomain.com</a><!-- e --> AND CC does not contain <!-- e --><a href="mailto:youremail@yourdomain.com">youremail@yourdomain.com</a><!-- e --> Press the "AND" to create this. - gate1975mlm - 12-07-2005 Dracula Wrote:Quote:I just thought of something. What if someone sends an E mail to more then just me and it has someone else e mail listed in the to area before me? Will that also be deleted? Like if a friend sent to lots of people Just put in Header field: X-Mailing-List Search function: is not present What will this do? Should I also check off delete from server? And does anything go in the Value? - gate1975mlm - 12-09-2005 Yuri Kobets Wrote:You must create filters: I need a little more help please. I was able to stop e mails that do not contain my e mail address in the to Line. But How can I stop e mail that have my e mail in the to Line but also start with another name? Is there anyway I could set it up so I could only get e mail that has my e mail in the to Line and also starts with my name. See when I get e mails that I want sometimes they will start with my full name,First name or just my e mail address. Those I would allow but not ones that don't even have my name. Anyway to do this? Here is a sample of what I mean Now I am not Gertruida Dare! TO Gertruida Dare "Gertruida Dare" <youremail@yourdomain.com> Now these I would like to get "My Name" <youremail@yourdomain.com> or <!-- e --><a href="mailto:youremail@yourdomain.com">youremail@yourdomain.com</a><!-- e --> - Yuri Kobets - 12-09-2005 The best way is using regular expressions. For example: Code: \"(Yuri Kobets|[[:print:]]*Kobets)\" <truesoft@penza.net> This regular expression is true for all strings: Code: "Y.Kobets" <truesoft@penza.net> In the Mail Monitor the search function must be Contain/Does not contain regular expression. Here you can find syntax for regular expressions. I hope this helps. - gate1975mlm - 12-10-2005 That is a little cunfusing for me. Could you explain it a little easier maybe? hock: - Yuri Kobets - 12-12-2005 Quote:That is a little cunfusing for me. Could you explain it a little easier maybe?All are simple: Header field: TO Search function: Does not contain regular expression Value: (\"(FirstName LastName|[[:print:]]*LastName)\"[[pace:]]*)*<*myemail@myemail.com>* replace firstname, lastname and <!-- e --><a href="mailto:myemail@myemail.com">myemail@myemail.com</a><!-- e --> with your data and place this condition into rule that mark spam. Every email that contain your email address but incorrect name will be marked as spam. - gate1975mlm - 12-12-2005 Yuri Kobets Wrote:Quote:That is a little cunfusing for me. Could you explain it a little easier maybe?All are simple: Ok I did what you said but but for some reason now all e mail are being marked as spam. What could be wrong? This is what I did Header field: TO Search function: Does not contain regular expression Value: ("(Ted Swith|[[:print:]]*Smith)"[[pace:]]*)*<*tedsmith@yahoo.com>* Names are made up. I would like to stop all e mails that do not have the following in the to list <!-- e --><a href="mailto:tedsmith@yahoo.com">tedsmith@yahoo.com</a><!-- e --> "Ted Smith" <tedsmith@yahoo.com> "Ted" <tedsmith@yahoo.com> This is just a sample not why real info So did i do something wrong? - Yuri Kobets - 12-12-2005 I guess your value have a typo: (\"(Ted Swith|[[:print:]]*Smith)\"[[pace:]]*)*<*tedsmith@yahoo.com>* - gate1975mlm - 12-12-2005 Yuri Kobets Wrote:I guess your value have a typo: Thanks for helping but I can not seem to get it to work. I will keep trying. |