From: Sergey Degtyaryov <maga@globetravel.spb.ru> To: Serge Skorokhodov <mandrake-russian@altlinux.ru> Subject: [mdk-re] Re[3]: [chat] list roolz:) Date: Fri May 25 17:46:11 2001 Message-ID: <3743.010525@globetravel.spb.ru> (raw) In-Reply-To: <19213145572.20010525150950@pisem.net> Доброго времени суток, Serge, 25.05.2001 в 16:09 Вы сказали буквально следующее: SS> К участникам, пользующимся TB! (таких, знаю, есть:). Как бы SS> составить регулярное выражение, удаляющее все "Re:" и "[mdk-re]", SS> кроме одной пары? Тогда наши ответы будут "очищать" рассылку! SS> Сам создать не возьмусь:( #!/usr/bin/perl $subj = 'Re: [mdk-re] RE(2): [mdk-re] [mdk-re] Re: Re: [mdk-re] subj'; print "$subj\n"; $subj =~ s/\[mdk-re\]|re(.*?):|\s+//gi; $subj = '[mdk-re] Re: '.$subj; print "$subj\n"; exit; Re: [mdk-re] RE: [mdk-re] [mdk-re] Re: Re: [mdk-re] subj [mdk-re] Re: subj Получается: Re: [mdk-re] RE(2): [mdk-re] [mdk-re] Re: Re: [mdk-re] subj [mdk-re] Re: subj \\|||// ( O O ) С уважением, Сергей -oOOO--(_)--OOOo---------------------------------
next prev parent reply other threads:[~2001-05-25 17:46 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2001-05-24 14:46 [mdk-re] " Serge Skorokhodov 2001-05-24 22:54 ` Igor Solovyov 2001-05-24 23:03 ` JT " Aleksandr Blohin 2001-05-24 23:12 ` Igor Solovyov 2001-05-25 13:13 ` [chat] " Vyt 2001-05-25 13:45 ` Axel 2001-05-25 15:03 ` Re[2]: " Serge Skorokhodov 2001-05-25 15:23 ` Re[3]: " Sergey Krivulja 2001-05-25 17:20 ` Re[4]: " Serge Skorokhodov 2001-05-25 16:48 ` Re[2]: " Serge Skorokhodov 2001-05-25 17:46 ` Sergey Degtyaryov [this message] 2001-05-25 18:17 ` [mdk-re] [chat] маленький bugfix Sergey Degtyaryov 2001-05-25 0:36 ` Re[2]: [mdk-re] list roolz:) Serge Skorokhodov 2001-05-25 10:37 ` Axel 2001-05-25 12:04 ` Re[2]: " Serge Skorokhodov 2001-05-25 13:32 ` Axel 2001-05-25 13:47 ` Re[2]: " Aleksey Novodvorsky 2001-05-25 14:38 ` Volkov Serge 2001-05-25 15:00 ` Aleksey Novodvorsky
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=3743.010525@globetravel.spb.ru \ --to=maga@globetravel.spb.ru \ --cc=mandrake-russian@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git