On Wed, 6 Feb 2013 17:00:55 -0500
Mark G Thomas <[email protected]> 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.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to