PC Review


Reply
Thread Tools Rate Thread

Custom rule to filter on sender name

 
 
Philip Beaurline
Guest
Posts: n/a
 
      11th Nov 2009
I am getting a lot of spam with things like "viagra" and "cialis" in the
sender name, where the sender address changes constantly. I'd like a rule to
filter on this. Can anyone tell me how?

Thanks
Philip
 
Reply With Quote
 
 
 
 
Michael Bauer [MVP - Outlook]
Guest
Posts: n/a
 
      11th Nov 2009


Create a rule for specific words in the text, there's no need for VBA.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Wed, 11 Nov 2009 08:23:08 -0800 schrieb Philip Beaurline:

> I am getting a lot of spam with things like "viagra" and "cialis" in the
> sender name, where the sender address changes constantly. I'd like a rule

to
> filter on this. Can anyone tell me how?
>
> Thanks
> Philip

 
Reply With Quote
 
 
 
 
Philip Beaurline
Guest
Posts: n/a
 
      12th Nov 2009
Thanks for your reply.

I do have rules for the sender address, subject, message header and message
body, but they don't catch words in the SenderName field. I am trying to
cobble together a custom rule but my VBA skills are next to nothing.

"Michael Bauer [MVP - Outlook]" wrote:

>
>
> Create a rule for specific words in the text, there's no need for VBA.
>
> --
> Best regards
> Michael Bauer - MVP Outlook
>
> : Outlook Categories? Category Manager Is Your Tool
> : VBOffice Reporter for Data Analysis & Reporting
> : <http://www.vboffice.net/product.html?pub=6&lang=en>
>
>
> Am Wed, 11 Nov 2009 08:23:08 -0800 schrieb Philip Beaurline:
>
> > I am getting a lot of spam with things like "viagra" and "cialis" in the
> > sender name, where the sender address changes constantly. I'd like a rule

> to
> > filter on this. Can anyone tell me how?
> >
> > Thanks
> > Philip

> .
>

 
Reply With Quote
 
Michael Bauer [MVP - Outlook]
Guest
Posts: n/a
 
      12th Nov 2009


The message header should do it.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Thu, 12 Nov 2009 06:27:02 -0800 schrieb Philip Beaurline:

> Thanks for your reply.
>
> I do have rules for the sender address, subject, message header and

message
> body, but they don't catch words in the SenderName field. I am trying to
> cobble together a custom rule but my VBA skills are next to nothing.
>
> "Michael Bauer [MVP - Outlook]" wrote:
>
>>
>>
>> Create a rule for specific words in the text, there's no need for VBA.
>>
>> --
>> Best regards
>> Michael Bauer - MVP Outlook
>>
>> : Outlook Categories? Category Manager Is Your Tool
>> : VBOffice Reporter for Data Analysis & Reporting
>> : <http://www.vboffice.net/product.html?pub=6&lang=en>
>>
>>
>> Am Wed, 11 Nov 2009 08:23:08 -0800 schrieb Philip Beaurline:
>>
>>> I am getting a lot of spam with things like "viagra" and "cialis" in the
>>> sender name, where the sender address changes constantly. I'd like a

rule
>> to
>>> filter on this. Can anyone tell me how?
>>>
>>> Thanks
>>> Philip

>> .
>>

 
Reply With Quote
 
Philip Beaurline
Guest
Posts: n/a
 
      12th Nov 2009
Well I thought so too. Something is apparently blocking the rule from reading
the SenderName in the header. I tested this by creating a rule that
successfully detected part of the email address, but my Sender Name rule
would not detect anything in SenderName. Hence my quest to make a custom
rule. Is there something I am missing?

Thanks for your help with this.

"Michael Bauer [MVP - Outlook]" wrote:

>
>
> The message header should do it.
>
> --
> Best regards
> Michael Bauer - MVP Outlook
>
> : Outlook Categories? Category Manager Is Your Tool
> : VBOffice Reporter for Data Analysis & Reporting
> : <http://www.vboffice.net/product.html?pub=6&lang=en>
>
>
> Am Thu, 12 Nov 2009 06:27:02 -0800 schrieb Philip Beaurline:
>
> > Thanks for your reply.
> >
> > I do have rules for the sender address, subject, message header and

> message
> > body, but they don't catch words in the SenderName field. I am trying to
> > cobble together a custom rule but my VBA skills are next to nothing.
> >
> > "Michael Bauer [MVP - Outlook]" wrote:
> >
> >>
> >>
> >> Create a rule for specific words in the text, there's no need for VBA.
> >>
> >> --
> >> Best regards
> >> Michael Bauer - MVP Outlook
> >>
> >> : Outlook Categories? Category Manager Is Your Tool
> >> : VBOffice Reporter for Data Analysis & Reporting
> >> : <http://www.vboffice.net/product.html?pub=6&lang=en>
> >>
> >>
> >> Am Wed, 11 Nov 2009 08:23:08 -0800 schrieb Philip Beaurline:
> >>
> >>> I am getting a lot of spam with things like "viagra" and "cialis" in the
> >>> sender name, where the sender address changes constantly. I'd like a

> rule
> >> to
> >>> filter on this. Can anyone tell me how?
> >>>
> >>> Thanks
> >>> Philip
> >> .
> >>

> .
>

 
Reply With Quote
 
Philip Beaurline
Guest
Posts: n/a
 
      12th Nov 2009
Oh nevermind. I just figured out that the rule filter words are case
sensitive. Argh.

"Philip Beaurline" wrote:

> Well I thought so too. Something is apparently blocking the rule from reading
> the SenderName in the header. I tested this by creating a rule that
> successfully detected part of the email address, but my Sender Name rule
> would not detect anything in SenderName. Hence my quest to make a custom
> rule. Is there something I am missing?
>
> Thanks for your help with this.
>
> "Michael Bauer [MVP - Outlook]" wrote:
>
> >
> >
> > The message header should do it.
> >
> > --
> > Best regards
> > Michael Bauer - MVP Outlook
> >
> > : Outlook Categories? Category Manager Is Your Tool
> > : VBOffice Reporter for Data Analysis & Reporting
> > : <http://www.vboffice.net/product.html?pub=6&lang=en>
> >
> >
> > Am Thu, 12 Nov 2009 06:27:02 -0800 schrieb Philip Beaurline:
> >
> > > Thanks for your reply.
> > >
> > > I do have rules for the sender address, subject, message header and

> > message
> > > body, but they don't catch words in the SenderName field. I am trying to
> > > cobble together a custom rule but my VBA skills are next to nothing.
> > >
> > > "Michael Bauer [MVP - Outlook]" wrote:
> > >
> > >>
> > >>
> > >> Create a rule for specific words in the text, there's no need for VBA.
> > >>
> > >> --
> > >> Best regards
> > >> Michael Bauer - MVP Outlook
> > >>
> > >> : Outlook Categories? Category Manager Is Your Tool
> > >> : VBOffice Reporter for Data Analysis & Reporting
> > >> : <http://www.vboffice.net/product.html?pub=6&lang=en>
> > >>
> > >>
> > >> Am Wed, 11 Nov 2009 08:23:08 -0800 schrieb Philip Beaurline:
> > >>
> > >>> I am getting a lot of spam with things like "viagra" and "cialis" in the
> > >>> sender name, where the sender address changes constantly. I'd like a

> > rule
> > >> to
> > >>> filter on this. Can anyone tell me how?
> > >>>
> > >>> Thanks
> > >>> Philip
> > >> .
> > >>

> > .
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
THE SENDER NOT ACTUAL SENDER INDUCE THE RULE NOT WORK James Pang Microsoft Outlook 2 22nd Nov 2009 05:58 PM
How to create a rule to filter X-Env-Sender instead of Sender MRS Admin Microsoft Outlook Discussion 1 23rd Jan 2008 04:26 PM
Custom Rule - from specific sender which contains... SDeterman@gmail.com Microsoft Outlook VBA Programming 4 15th Mar 2007 02:29 PM
"add sender's domain name to blocked sender's list" =?Utf-8?B?QWR2ZXJzYXJ5?= Microsoft Outlook Discussion 0 19th Aug 2005 06:36 PM
Outlook 'create rule' should allow rule for no sender or subject =?Utf-8?B?R3JlZyBN?= Microsoft Outlook Discussion 2 29th Jul 2005 08:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:12 PM.