procmail
[Top] [All Lists]

bizzar problem...

2005-03-06 16:59:40
Hello,

since yesterday I have a wired problem:

  __( '/home/michelle.konzack/log/procmail/2005-03-07.log' )____________
 /
| procmail: Assigning "INCLUDERC=/home/michelle.konzack/.procmail/BTS_Debian"
| procmail: Assigning "LOG=(21779) BTS_Debian        : pass
| "
| (21779) BTS_Debian        : pass
| procmail: No match on 
"^Envelope-to:.*(bug-tracking-system(_at_)xxxxxxx(_dot_)xx|bug-tracking-system(_at_)xxxxxxxxxxxx(_dot_)xx)"
| procmail: Skipped "{"
| procmail: No match on "^From:.*(Debian Bug Tracking System)"
| procmail: No match on "^X-Loop:.*(bugs.debian.org|packages.qa.debian.org)"
| procmail: No match on 
"^To:.*(bug-tracking-system(_at_)xxxxxxx(_dot_)xx|bug-tracking-system(_at_)xxxxxxxxxxxx(_dot_)xx)"
| procmail: Closing brace unexpected
| procmail: No match on "^Envelope-to:.*(linux4michelle(_at_)freenet(_dot_)de)"
| procmail: Assigning 
"LASTFOLDER=/home/michelle.konzack/Maildir/.0_tdformail/new/1110151228.21779_0.samba3.private"
| procmail: Notified comsat: 
"michelle(_dot_)konzack(_at_)0:/home/michelle.konzack/Maildir/.0_tdformail/new/1110151228.21779_0.samba3.private"
| From root  Mon Mar  7 00:20:28 2005
|  Subject: Re: Airport Extreme via QEmu
|   Folder: /home/michelle.konzack/Maildir/.0_tdformail/new/1110151228.24244
 \______________________________________________________________________

I have removed the original .procmailrc and use for testing this:

  __( '/home/michelle.konzack/.procmailrc' )____________________________
 /
| PATH=$HOME/bin:/usr/bin:/bin:
| MAILDIR=$HOME/Maildir
| DEFAULT=$MAILDIR/.0_tdformail/
| TDPID=$$
| VERBOSE=on
| LOGFILE=$HOME/log/procmail/`date +%Y-%m-%d`.log
| 
| INCLUDERC=$HOME/.procmail/BTS_Debian
 \______________________________________________________________________

nothing special.

My INCLUDERC is:

  __( '/home/michelle.konzack/.procmail/BTS_Debian' )___________________
 /
####################################################################
#  Filter for the Debian GNU/Linux  
#  Package Tracking System (PTS)
#  and Bug Tracking System (BTS) 
####################################################################

LOG="($TDPID) BTS_Debian        : pass
"

:0
* 
^Envelope-to:.*(bug-tracking-system(_at_)freenet(_dot_)de|bug-tracking-system(_at_)01019freenet(_dot_)de)
{
    ################################################################
    # 
    # Kill unneeded headers to save disccpace in maildir
    # 
    ################################################################
    INCLUDERC=$HOME/.procmail/FLT_header
    
    ################################################################
    # 
    # Remove the long and unneccesary Subject for better viewing
    # in mutt on the console
    # 
    ################################################################
    :0
    * ^Subject:.*(Debian Bugs information)
    {
      SUB = `formail -zX Subject: |sed "s/Debian\ Bugs\ information\:\ //"`
      
      :0 fh
      | formail -i "$SUB"
    }
    
    ################################################################
    # 
    # A <SPACE> and a <TAB>
    # 
    ################################################################
    SP='        '
    
    ################################################################
    # 
    # Filter all source packages in the folder "BTS_Debian"
    # with alphanumerical subfolders
    # 
    ################################################################
    :0
    * $ ^X-PTS-Package:.*\/[^$SP]+$
    * MATCH ?? ^\/[^$]+
    {
      PACKAGE = $MATCH
      
      :0
      * PACKAGE ?? ^\/.
      .BTS_debian.$MATCH.$PACKAGE/
    }
    
    ################################################################
    # 
    # Filter all Bug lists Messages in folder "BTS_Debian"
    # with alphanumerical subfolders
    # 
    ################################################################
    :0
    * ^Subject:.*(Bug list for package |Processed: Bugindex )
    {
      {
        SUB = `formail -zX Subject: |sed -e "s/Bug\ list\ for\ package\ //" -e 
"s/Processed://" -e "s/Bugindex//" -e "s/,//"`
        
        :0 fh
        | formail -i "$SUB"
        
        :0
        * $ ^Subject:.*\/[^$SP]+$
        * MATCH ?? ^\/[^$]+
        {
          PACKAGE = `grep "$MATCH" $HOME/.procmail/LIST_srcbin |cut -d ":" -f1`
          
          :0
          * PACKAGE ?? ^\/.
          .BTS_debian.$MATCH.$PACKAGE/
        }
      }
    }    
    ################################################################
    # 
    # Filter all Packages which has no "X-PTS-Package"
    # 
    ################################################################
    :0
    * ^From:.*(Debian Bug Tracking System)
    .BTS_debian/
    
    ################################################################
    # 
    # Default INBOX for PTS and BTS
    # 
    ################################################################
    :0
    * ^X-Loop:.*(bugs.debian.org|packages.qa.debian.org)
    .BTS_debian/
    
    :0
    * 
^To:.*(bug-tracking-system(_at_)freenet(_dot_)de|bug-tracking-system(_at_)01019freenet(_dot_)de)
    .BTS_debian/
}

:0
* ^Envelope-to:.*(linux4michelle(_at_)freenet(_dot_)de)
* ^From:.*(owner(_at_)bugs(_dot_)debian(_dot_)org)
.BTS_debian/

 \______________________________________________________________________


The two things 

    procmail: Skipped "{"
and
    procmail: Closing brace unexpected

are realy wired because I do not know, where they come from...

Can anyone help me out ?

Good night
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail
<Prev in Thread] Current Thread [Next in Thread>