Page 1 of 1
How to quarantine all .pl files?
Posted: 10 Aug 2011, 19:17
by Sergio
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
Re: How to quarantine all .pl files?
Posted: 29 Aug 2011, 10:20
by chirpy
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?
Posted: 30 Aug 2011, 06:29
by Sergio
Thank you Chirpy.
Re: How to quarantine all .pl files?
Posted: 30 Aug 2011, 11:07
by ForumAdmin
This has now been added to v2.26, so the following should work in a --xtra [file]:
regfile:.*\.pl
Re: How to quarantine all .pl files?
Posted: 31 Aug 2011, 04:22
by Sergio
Wonderful, thank you!
Re: How to quarantine all .pl files?
Posted: 10 Jun 2015, 22:40
by Nwind Support
Can this be limited to certain directories?
example:
regfile:quarantine:/home/host1/public_html/images/*\.pl
also is the .pl case sensitive?
Thank you,