how to check if mail is encrypted ?

  • Thread starter Thread starter Saurabh
  • Start date Start date
S

Saurabh

I remember there was a method to check if the mail is sent using TLS, This is
done using checking email headers. How to create a category that
automatically cecks for TLS encryption ?

Thanks for help
 
Saurabh said:
I remember there was a method to check if the mail is sent using TLS,
This is done using checking email headers. How to create a category
that automatically cecks for TLS encryption ?

Whether or not TLS is involved should be evident from the headers. You
should be able to check for it with a rule that looks for specific words in
the headers (with those specific words being a string signifying that TLS
handshaking has occurred - perhaps "version=TLS" or "cypher=DHE") and, if
found, assigns a category.
 
Thanks for your reply.. i got it.

Brian Tillman said:
Whether or not TLS is involved should be evident from the headers. You
should be able to check for it with a rule that looks for specific words in
the headers (with those specific words being a string signifying that TLS
handshaking has occurred - perhaps "version=TLS" or "cypher=DHE") and, if
found, assigns a category.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top