[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mails einsortieren - ist procmail richtig?



On Sat,11.Apr.09, 19:14:54, Andrei Popescu wrote:

> ,----
> | # These are the lists.debian.org lists
> | foreach /^List-Id:.*<debian-(.*)\.lists.debian.org>/
> | {
> | 	to Maildir/.debian.$MATCH1	
> | }
> `----

'Tschuldigt, 'foreach' is nicht notwendig in diesem Fall, 'if' sollte 
Genug sein:

,----
| # These are the lists.debian.org lists
| if (/^List-Id:.*<debian-(.*)\.lists.debian.org>/)
| {
| 	to Maildir/.debian.$MATCH1	
| }
`----

Grüsse,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

Attachment: signature.asc
Description: Digital signature


Reply to: