Cyrus - Postfix - redirect mails from a special sender domain
Walter Willmertinger
willmis at gmail.com
Fri Jun 23 03:11:11 EDT 2006
Thank you for your hints!
Do you have a place to read about all this syntax and functions, so I can
improve my knowledge about sieve and its possibilities
Best regards, Walter
P.S. By the way, is it possible to call a perl script paramtrized with the
mail data?
On 6/22/06, Kjetil Torgrim Homme <kjetilho at ifi.uio.no> wrote:
>
> On Thu, 2006-06-22 at 10:59 +0200, Sylvain MEDEOT wrote:
> > Here is what I am using...
> >
> > if allof (address :contains ["From","FROM"] "extspec.de") {
> > redirect "myuserlist at mylocaldmain.de";
> > }
>
> just picking some Sieve nits, I hope you don't mind.
>
> the header field name is case insensitive, so you don't have to specify
> both "From" and "FROM" -- all variants will be checked anyway. also,
> allof is superfluous here since there is only one test. finally, in
> this case I would prefer :matches for more exact matching, e.g.,
>
> From: Some One <nextspec.detritus at example.com>
>
> would return true for the above test. so I suggest:
>
> if address :matches "From" "*@extspec.de" {
> ...
> }
>
> --
> Kjetil T.
>
>
>
--
MfG
Walter Willmertinger
Auenstr. 22
82194 Groebenzell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.andrew.cmu.edu/pipermail/info-cyrus/attachments/20060623/c340d34d/attachment.html
More information about the Info-cyrus
mailing list