On Sun, Aug 18, 2002 at 06:52:11PM +0200, Dirk Pr�sdorf wrote:
> Mittel im INN dagegen:
> 
> +     if ($hdr{"__BODY__"} =~ /removed with sylpheed/) {

Da dies nun aber auch zuschl�gt, wenn in dem Artikel da r�ber diskutiert
wird (ist mir mit meinem Artikel auf im Newsmirror passiert) ist
folgendes besser:

--- /etc/news/filter/filter_innd.pl.org Mon Feb 18 00:14:19 2002
+++ /etc/news/filter/filter_innd.pl     Sun Aug 18 20:31:48 2002
@@ -69,6 +69,9 @@
 
 sub filter_art {
        my $rval = "" ; # Assume we'll accept. Cannot be `0'
+       if ($hdr{"__BODY__"} =~ /^removed with sylpheed
$/) {
+               $rval = "sylpheed cancel";
+       }
 
 ### Remove two leading '##' from the following section (and then
 ### 'ctlinnd reload filter.perl' and the filter will reject articles that


-- 
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an