procmail
[Top] [All Lists]

Re: Impossibly complex problem

2005-01-08 04:32:18
Toen wij Justin Gombos kietelden, kwam er dit uit:

  BEENTHERE_PREFIX_ML = (\
  dia-list\
  |gnupg-[a-z0-9]+\
  |latex2rtf[a-z0-9.-]*\
  |magick-users\
  |sox-users\
  |gimp-user\
  |procmail)


I assume that you checked the log as to what gets into those variables
but I would always put quotes around:

  BEENTHERE_PREFIX_ML = '(\
    dia-list\
    |gnupg-[a-z0-9]+\
    |procmail)'

(because embedded space would do things without them).


The logs are impossible to follow because the output is all out of
sequence.

I often do things like:

  LOG = "$$${TAB}BT_P_ML(${BEENTHERE_PREFIX_ML})${NL}"

where $$ is the current PID (each fork has its own).


-- 
Grtz, Ruud

____________________________________________________________
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>