bug-mailutils
[Top][All Lists]
Advanced

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

Re: compilation in separate directory fails


From: Sergey Poznyakoff
Subject: Re: compilation in separate directory fails
Date: Mon, 04 Nov 2002 12:55:30 +0200

Hello,

I'm finally back :^)

> Our bison code isn't compatible with recent Bison versions, so I
> couldn't really test.  I'll try to figure this out next week or so.

I've fixed most of the *.y files, except sieve/gram-sieve.y which
isn't used anyway. The file sieve/addr.y contains 12 rules which
are never reduced. Sam, do you have any plans on using them, or
they can be just removed? The rules in question are:

        address : mailbox  (1)
        address : group  (2)
        group : phrase ':' ';'  (3)
        group : phrase ':' mailboxes ';'  (4)
        mailboxes : mailbox  (5)
        mailboxes : mailbox ',' mailboxes  (6)
        mailbox : addrspec  (7)
        mailbox : phrase routeaddr  (8)
        routeaddr : '<' addrspec '>'  (9)
        routeaddr : '<' route ':' addrspec '>'  (10)
        route : '@' domain  (11)
        route : '@' domain ',' route  (12)

Also, I would like to start rewriting sieve to make it entirely
GPL'ed. Any objections?

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]