I want to avoid downloading index jpegs because I never require them.
Can someone suggest a regex expression to use in the Reject Subject Filter and Reject Filename Filter for jpeg files which begin or end with one or more exclamation marks.
For example:
!fred.jpg
!william.jpg
!!fred.jpg
!!william.jpg
(or ending in ".jpeg" too).
If it is possible for the regex to require an "x" to be present in the text portion of the file name (which begins with an exclamation mark) then so much the better as this will help to better locate index files.
Perhaps I should also eliminate file names which *end* in one or more exclamation marks and which also contain an "x" in the file name. If there is a second regex I can use for this then thank you.