From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 2DC9B47D36 for ; Thu, 19 Oct 2023 13:51:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4EE5668CAD6; Thu, 19 Oct 2023 16:51:04 +0300 (EEST) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2D25068C9B6 for ; Thu, 19 Oct 2023 16:50:57 +0300 (EEST) Received: from fwd77.aul.t-online.de (fwd77.aul.t-online.de [10.223.144.103]) by mailout03.t-online.de (Postfix) with SMTP id 37533139EC for ; Thu, 19 Oct 2023 15:50:56 +0200 (CEST) Received: from [192.168.178.21] ([91.60.179.66]) by fwd77.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1qtTQL-0OaE5p0; Thu, 19 Oct 2023 15:50:53 +0200 To: ffmpeg-devel@ffmpeg.org References: <073ad9f1-f4ef-896f-80e7-4a3639e827e4@t-online.de> From: Michael Koch Message-ID: <0c6881d8-e7cf-ed84-2ae2-b2d0d89e5457@t-online.de> Date: Thu, 19 Oct 2023 15:50:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <073ad9f1-f4ef-896f-80e7-4a3639e827e4@t-online.de> X-TOI-EXPURGATEID: 150726::1697723453-53FFCD60-318AD116/0/0 CLEAN NORMAL X-TOI-MSGID: 32edc7a9-eda1-46aa-bcf0-d69237781ffb Subject: Re: [FFmpeg-devel] trac spam X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: I've just tested the regex filter with a posting in ticket 2776. This test was not successful. I thought that the second entry from the end of the list should have matched: (?i)regards.{0,5}http In words: Switch to case insensitive, search for "regards" followed by 0 to 5 of any characters, followed by "http". What's wrong with the search string? Michael P.S. please delete comment 7 in ticket 2776 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".