[Mimedefang] main::rebuild_entity() called too early to check prototype

David F. Skoll dfs at roaringpenguin.com
Wed Feb 6 17:42:58 EST 2013


On Wed, 6 Feb 2013 17:00:55 -0500
Mark G Thomas <Mark at misty.com> wrote:

> mimedefang-multiplexor[11932]: Slave 5 stderr: main::rebuild_entity()
> called too early to check prototype
> at /opt/mimedefang-2.73/bin/mimedefang.pl line 805.

> The first one seems fixed by just changing to "if (!@arraya)", but
> I'm not sure how to fix the other error.

You can fix it by putting this line:

sub rebuild_entity ($$);  # Declare for forward declaration

right before the existing line:

sub rebuild_entity ($$) {

(You'll end up with both lines in the file; see collect_parts for an example.)

Regards,

David.



More information about the MIMEDefang mailing list