Avast WEBforum

Consumer Products => Avast Free Antivirus / Premium Security (legacy Pro Antivirus, Internet Security, Premier) => Topic started by: jvidal on January 03, 2021, 08:57:51 PM

Title: Problem adding exceptions/exclusions
Post by: jvidal on January 03, 2021, 08:57:51 PM
Hi!

This is a bug I reported quite some time ago, it was acknowledged by the devs, but no one has done anything to fix it.

The situation is the following:
If you want to add a single file name (for example "file.exe") to the exclusions or, for example, you want to exclude all files with an extension of .123, you can't.
Avast always assumes you're trying to add TWO URLs, eg, http://file.exe and https://file.exe instead of just A FILE NAMED FILE.EXE, regardless of its location on the disk (which is what I want to do).
same goes for the *.123 files.
I really hope someone can look into this. It's extremely annoying.
Title: Re: Problem adding exceptions/exclusions
Post by: Asyn on January 04, 2021, 01:13:33 PM
- Which Avast..? (Free/Premium)
- Which version/build of Avast..?
- OS..? (32/64 Bit..? - which SP/Build..?)
- Other security related software installed..?
- Which AV(s) did you use before Avast..?
Title: Re: Problem adding exceptions/exclusions
Post by: jvidal on January 05, 2021, 05:07:02 PM
avast free, lastest ver 20.10
windows 7 x64 SP1 + all patches
always used avast on this PC
other programs: super antispyware, malware bytes, but the DO NOT RUN in the background, only "on demand" use.

but that doesn't really matter, it's being happening for quite some time, from several versions back.

try it yourself and you'll see exactly what I mean.
Title: Re: Problem adding exceptions/exclusions
Post by: Asyn on January 06, 2021, 08:52:13 AM
Beats me, wait for one of the devs.
Title: Re: Problem adding exceptions/exclusions
Post by: igor on January 06, 2021, 09:05:33 AM
Well, the exception UI is waiting for a complete redesign... but I can't tell you when it's gonna happen.

Note, however, that file.exe is not what you want to enter as an exclusion - it wouldn't work (even if the UI didn't incorrectly assume it's a URL) because it would never match any scanned path; it's matched against the mask as whole. What you need to enter is *\file.exe
*.123 should work (if not for the UI issue) - but you can avoid it similarly, by entering *\*.123
Title: Re: Problem adding exceptions/exclusions
Post by: jvidal on January 11, 2021, 11:47:05 PM
Thanks, I'll try with *\ !