Domain as exclusive sender ?

Use this forum to get help.

Domain as exclusive sender ?

Postby uhu » Thu Jun 10, 2004 5:15 pm

Is it possible, to give a whole domain as exclusive sender -
e.g.

mybank.com

or is a fully qualified email address as

info1@mybank.com required ?


Thank you for an answer ...
uhu
 

Postby ebuleheb » Fri Jun 11, 2004 10:10 am

Possible.
ebuleheb
 
Posts: 40
Joined: Thu Aug 28, 2003 6:31 pm

How

Postby Piteur » Mon Jan 03, 2005 11:39 am

How do I write the domain "domain.com" :
- @domain.com ?
- domain.com ?
- *@domain.com ?
Piteur
 

Postby Guest » Mon Jan 03, 2005 10:13 pm

domain.com or @domain.com --- it's regex matching
Guest
 

Postby lwc » Tue Jan 04, 2005 1:21 pm

So if I wrote down "bank.com", would "mybank.com" (or for that matter, each "Xbank.com") get caught too?

Actually, when I think about it, would "bank.com@testing.bla" get caught just as well?
lwc
 
Posts: 455
Joined: Sat Aug 28, 2004 9:09 am

Postby maratheamit » Tue Jan 04, 2005 2:54 pm

No, the pattern is smart enough to filter out the spurious matches mentioned above. So bank.com will match @citi.bank.com and @bank.com but not @citibank.com or bank.com@domain.
maratheamit
 
Posts: 82
Joined: Fri Aug 29, 2003 2:35 pm

Postby josh » Wed Jan 05, 2005 5:16 am

It's worth noting that the matching logic is different for trusted senders and for exclusive senders -- trusted senders use "domain-style" matching (example.com matches my.example.com, but not my-example.com), and exclusive senders use regex matching -- example.com matches both my.example.com and my-example.com
josh
 
Posts: 1371
Joined: Fri Aug 29, 2003 2:28 pm

Postby lwc » Wed Jan 05, 2005 10:34 am

So I was right after all (about exclusive senders, at least)!

Would it also catch "blaexample.com" and "example.com@whatever.bla" ?
lwc
 
Posts: 455
Joined: Sat Aug 28, 2004 9:09 am

Postby josh » Wed Jan 05, 2005 2:06 pm

I get lost easily in these types of discussions -- by "get caught" do you mean match? What are we matching against again? Generally speaking, the whole string must be contained in the incoming address -- regex wild cards and operators ( eg, | for 'or') work, too.
josh
 
Posts: 1371
Joined: Fri Aug 29, 2003 2:28 pm

Postby lwc » Wed Jan 05, 2005 9:13 pm

Would (the exclusive sender "example.com") also catch "blaexample.com" and "example.com@whatever.bla"?

catch=match.
Now re-read this line...
lwc
 
Posts: 455
Joined: Sat Aug 28, 2004 9:09 am


Return to Support / Hilfe / ayuda / ondersteuning / ...

Who is online

Users browsing this forum: No registered users and 71 guests

cron