A
antioch
I suppose one could apply that advice to sex education???
Why didnt someone mention that to me all those years ago!
Antioch
Why didnt someone mention that to me all those years ago!
Antioch
Craig said:Nowadays, most of spams are coming in html format.
So message rules do not work on those kinds of spam.
How can I kill those spams (in html)?
I use Outlook Express (and WinXP Pro-SP2).
Craig
Mike Hyndman said:I can understand getting mail with an incorrect username with correct node
name, but how the hell do I get mail when both username and node name are
incorrect?
I have done just this on my desktop using Forte Agent but can find no way
in OE to apply the neccesary arguments to filter out the crap.
Node name? What's that? An IP address? E-mail cannot be sent to you
using
your IP address and why it is not a concern that your IP address is
divulged in newsgroup posts.
Apply this rule after the message arrives
Where the To line does not contain '(e-mail address removed)'
and Where the CC line does not contain '(e-mail address removed)'
and Where the message is from the <youraccount> account
Delete it
and Stop processing more rules
If you have more than one account, you need a duplicate rule as above for
each account. If you only have one account, you can omit the "from
<youraccount> account" clause since all mails are coming through a single
account. Think of it this way (in Boolean logic):
- If you are in the To or Cc field, you want the message, or:
To OR Cc.
- If you are not in either field, you don't want the message, or:
NOT (To OR Cc) = NOT To AND NOT Cc
After entering your e-mail address in the "To line contains" clause, use
the Options button to reverse the test (i.e., to 'NOT' it).
Mike Hyndman said:Node name, the bit after the @ and before the domain name (ISP's
definition)
I have a static IP address supplied by my ISP.
Fantastic V, many thanks
VVanguard said:Mike Hyndman said:Node name, the bit after the @ and before the domain name (ISP's
definition)
I have a static IP address supplied by my ISP.
My understanding of the e-mail address syntax is:
local-part@domain
but there are sub-parts to each part, so they further divided into
(whitespace only added for legibility):
local-part = word *("." word)
domain = subdomain *("." subdomain)
The local-part is often referred to as the username, and could be
something like "joe" or "joe.p.peterson". Usually the domain doesn't get
longer than needed to identify the mailhost although often just the domain
is only specified (because the domain receives the SMTP traffic on it
border host which knows to which mailhost to route that traffic). So the
domain portion might look like "domain.tld" or "host.domain.tld".
Typically you end up with an e-mail address that looks like:
username@[host.]domain[.tld][.cctld]
where username = your account name
host = subdomain or hostname (which may itself be divided into
further subdomains)
domain = your domain's name (Earthlink, Comcast, Yahoo, etc.)
tld = top-level domain (.com, .co, .net, .org, etc.)
cctld = country code TLD (.us, .uk, .ca, .nl, etc.)
E-mail addresses are defined under the mailto: URL scheme in RFC 1738
(ftp://ftp.rfc-editor.org/in-notes/rfc1738.txt) which refers back to RFC
822 for syntax (ftp://ftp.rfc-editor.org/in-notes/rfc822.txt). It can be
daunting to wade through the BNF (Backus-Naur Form) notation to figure out
what the parts of a mailto: URL are called. Might be easier to read
http://en.wikipedia.org/wiki/E-mail_address.
"node" would refer to the the most granular portion of the domain part;
i.e., the identified host or subdomain identified at the left end of the
domain part. This would be the node in their network although it could
also be a subdomain (because a host is inferred by default or may be to a
farm of load-balancing hosts).
Okay, you can wake up now.