[Postfixbuch-users] Procmail und befehle
Andreas Winkelmann
ml at awinkelmann.de
Mo Dez 10 06:00:01 CET 2007
On Montag, 10. Dezember 2007, Daniel wrote:
> ich bastel mit gerade ein script was bei eMails mit einem bestimmten
> betreff etwas ausführen soll.
>
> In der main.cf von postfix haben ich folgendes für procmail stehen:
>
> mailbox_command = /usr/bin/procmail
>
> ich habe eine .procmailrc in dem homedir des users gemacht
>
> der die mail erhält. Die .procmailrc sieht wie folgt aus:
> :0
>
> ^Subject: main73
>
> | /usr/bin/whoami >/tmp/bla
>
> Allerdings macht er rein gar nichts. Jemand eine Idee woran das liegen
> könnte?
Abgesehen davon, dass der Pattern falsch ist könnte es noch hundert andere
Gründe haben.
Recipes
A line starting with ':' marks the beginning of a recipe. It has the
following format:
:0 [flags] [ : [locallockfile] ]
<zero or more conditions (one per line)>
<exactly one action line>
Conditions start with a leading `*', everything after that character is
passed on to the internal egrep literally, except for
leading and trailing whitespace. These regular expressions are completely
compatible to the normal egrep(1) extended regular
expressions. See also Extended regular expressions.
--
Andreas
Mehr Informationen über die Mailingliste Postfixbuch-users