Paul J Stevens wrote:
fixed now.


Sure. Your fixed the command line utility. But maybe you broke the sieve functionality?

This script won't work:

require "fileinto";

if header :is "Sender" "[email protected]" {
        fileinto "Kernel";
}

if header :is "Sender" "[email protected]" {
        fileinto "dbmail/dev";
}

if header :is "Sender" "[email protected]" {
        fileinto "dbmail/user";
}

if header :is "Sender" "[email protected]" {
        fileinto "GCC";
}


All messages remain in the INBOX.


Uwe
_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to