Spam detection software, running on the system "master.squid-cache.org",
has identified this incoming email as possible spam.  The original
message has been attached to this so you can view it or label
similar future email.  If you have any questions, see
@@CONTACT_ADDRESS@@ for details.

Content preview:  Hi Team, We have go with following commands in the squid 
configuration
   for blocking particular sites(youtube.com) and also blocking keywords. 
Blocking
   both the website and keyword. [...] 

Content analysis details:   (5.9 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was 
blocked.
                            See
                            
http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                             for more information.
                            [URIs: squid-cache.org]
 1.6 RCVD_IN_BRBL_LASTEXT   RBL: No description available.
                            [182.73.50.82 listed in bb.barracudacentral.org]
 3.6 RCVD_IN_PBL            RBL: Received via a relay in Spamhaus PBL
                            [182.73.50.82 listed in zen.spamhaus.org]
 0.7 RCVD_IN_XBL            RBL: Received via a relay in Spamhaus XBL
 0.0 UNPARSEABLE_RELAY      Informational: message has unparseable relay lines


--- Begin Message ---
Hi Team,

We have go with following commands in the squid configuration for blocking particular sites(youtube.com) and also blocking keywords.

Blocking both the website and keyword.

# ACL block sites
acl blocksites dstdomain  .youtube.com

# ACL block keywords
acl blockkeywords url_regex -i .youtube.com

#Deny access to block keywords ACL  &  block sites ACL's
http_access deny blockkeywords
http_access deny blocksites


Regards,
ViSolve Squid

On 10/1/2014 1:40 PM, Riccardo Castellani wrote:
I need to detect every client request (http/s) which contains the url
'youtube.
com' so i thought to use acl url_regex expression.
What do you think about it ?


acl url_regex -i ^(http|https):\/\/*.youtube\.com*.

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


--- End Message ---
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to