procmail
[Top] [All Lists]

weired problem with destination folder

2006-08-16 07:38:05
Hello,

I have splited my procmailrc and if procmail write a Mail to a
folder it looks like

----8<----------------------------------------------------------------
################ NEW MESSAGE AT 2006-08-12 20:00:30 ################
(21242) FLT_schrott       : pass
(21242) NET_pingbot       : pass
(21242) ML_linux          : pass
(21242) SPAMTAG           : .linux
(21242) FLT_gif_jpeg      : pass
(21242) FLT_purgate       : pass
(21242) FLT_dos_coded     : pass
(21242) FLT_received      : (12)
(21242) FLT_from          : (1)
(21242) FLT_yavr          : start : 2006-08-12 20:00:30
(21242) FLT_yavr          : stop  : 2006-08-12 20:00:30
(21242) FLT_virus         : pass
(21242) FLT_virus_aav     : pass
(21242) FLT_spamassassin  : start : 2006-08-12 20:00:30
(21242) FLT_spamassassin  : stop  : 2006-08-12 20:00:34
(21242) FLT_blacklist     : pass
(21242) FLT_subscribe     : pass
(21242) FLT_spam_body1    : start : 2006-08-12 20:00:34
(21242) FLT_spam_body1    : stop  : 2006-08-12 20:00:35
(21242) FLT_spam_body2    : start : 2006-08-12 20:00:35
(21242) FLT_spam_body2    : stop  : 2006-08-12 20:00:35
(21242) FLT_spam_sub      : start : 2006-08-12 20:00:35
(21242) FLT_spam_sub      : stop  : 2006-08-12 20:00:35
(21242) FLT_spamips       : pass
(21242) FLT_cid           : pass
From owner-bird-users(_at_)atrey(_dot_)karlin(_dot_)mff(_dot_)cuni(_dot_)cz  
Sat Aug 12 20:00:30 2006
 Subject: Ch eap m eds online - N o prescri ption
  Folder: /home/michelle.konzack/Maildir/.ATTENTION.linux/new/11554056     5319
----8<----------------------------------------------------------------

or

----8<----------------------------------------------------------------
################ NEW MESSAGE AT 2006-08-12 20:01:41 ################
(6221)  FLT_schrott       : pass
(6221)  NET_pingbot       : pass
(6221)  ML_debian         : pass
(6221)  SPAMTAG           : .debian
(6221)  FLT_gif_jpeg      : pass
(6221)  FLT_purgate       : pass
(6221)  FLT_dos_coded     : pass
(6221)  FLT_received      : (6)
(6221)  FLT_from          : (1)
(6221)  FLT_yavr          : start : 2006-08-12 20:01:41
(6221)  FLT_yavr          : stop  : 2006-08-12 20:01:41
(6221)  FLT_virus         : pass
(6221)  FLT_virus_aav     : pass
(6221)  FLT_spamassassin  : start : 2006-08-12 20:01:41
(6221)  FLT_spamassassin  : stop  : 2006-08-12 20:01:41
(6221)  FLT_blacklist     : pass
From 
bounce-debian-user=XXXXXXXXXXXXXXXXXX=freenet(_dot_)de(_at_)lists(_dot_)debian(_dot_)org
 Sat Aug 12 20:01:41 2006
 SUBJECT: Failed Message Delivery
  Folder: .ATTENTION.debian.FLT_blacklist/new/1155405701.6221_0.samba3     3392
----8<----------------------------------------------------------------


Exactly, one time it writes

  Folder: /home/michelle.konzack/Maildir/.ATTENTION.linux/new/11554056     5319

and andother time

  Folder: .ATTENTION.debian.FLT_blacklist/new/1155405701.6221_0.samba3     3392

the recipes are:

----8<----------------------------------------------------------------
####################################################################
# 
# FLT_cid
# 
####################################################################

:0
* ? echo "${EXCLUDE}" |grep -v -i -w cid >/dev/null 2>&1
{   LOG="${TDPID}FLT_cid           : pass${NL}"
    
    :0
    * B ?? src=\"cid:
    * ! ^From:.*(meineSuche(_at_)ebay(_dot_)de|@itm-group.com)
    * ! ^To:.*(linux-audio-user)
    .ATTENTION${SPAMTAG}.FLT_cid/
}
----8<----------------------------------------------------------------

and

----8<----------------------------------------------------------------
####################################################################
# 
# FLT_blacklist
# 
####################################################################

:0
* ? echo "${EXCLUDE}" |grep -v -i -w blacklist >/dev/null 2>&1
{   LOG="${TDPID}FLT_blacklist     : pass${NL}"
    
    :0
    * ? which tdmailblacklist >/dev/null 2>&1
    { 
        :0 fw
        * ! ^X-TDMailBlacklist:.*LIST=blacklist
        |tdmailblacklist --filter=blacklist --no-subject
        
        :0
        * ^X-TDMailBlacklist:.*LIST=blacklist
        .ATTENTION${SPAMTAG}.FLT_blacklist/
    }
    
    :0 E
    { LOG="${TDPID}FLT_blacklist     : executable \"tdmailblacklist\" not 
found.${NL}" }
}
----8<----------------------------------------------------------------

So there is nothing special.  And since I have more then 50 includes
there are arround 20 which use the first one and 30 the second.

WHY THIS?

It is realy weired to me!

Greetings
    Michelle Konzack
    Systemadministrator
    Tamay Dogan Network
    Debian GNU/Linux Consultant


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



____________________________________________________________
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>
  • weired problem with destination folder, Michelle Konzack <=