Hi Jhonathan,
I want to quarantine all the files with extension .PL on my server, what I need to accomplish this in CSX.XTRA file?
I am trying:
file:.pl
that will be enough?
Regards,
Sergio
How to quarantine all .pl files?
Re: How to quarantine all .pl files?
There's no functionality that would do that in cxs. I'll put the idea on the dev list.
Re: How to quarantine all .pl files?
Thank you Chirpy.
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: How to quarantine all .pl files?
This has now been added to v2.26, so the following should work in a --xtra [file]:
regfile:.*\.pl
regfile:.*\.pl
Re: How to quarantine all .pl files?
Wonderful, thank you!
-
- Junior Member
- Posts: 2
- Joined: 21 Jan 2015, 03:47
Re: How to quarantine all .pl files?
Can this be limited to certain directories?
example:
regfile:quarantine:/home/host1/public_html/images/*\.pl
also is the .pl case sensitive?
Thank you,
example:
regfile:quarantine:/home/host1/public_html/images/*\.pl
also is the .pl case sensitive?
Thank you,