Ahhh. I'm reading the data from the socket using IO::Socket::INET using print:
print $SOCKET "$var\n"; $input = <$SOCKET>; close($SOCKET); Could this cause issues when run within the MIMEDefang environment? It works withour error when the same code is called froma test stub. Thanks again for any help, Chris --- Chris Masters <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to debug some of my filter code and I'm > getting a lot of warnings to stderr that are > redirected to syslog - which is fine. > > The main errors I'm getting are to do with bitwise > operators and byte arrays. I can't reproduce these > errors when running the same code outside of > MIMEDefang. > > So, what warning flags is MIMEDefang run with (looks > like it's just -w in the process list)? We're > running > with non-embedded mode. > > Is there something else happening in the MIMEDefang > environment that may cause problems with byte > arrays, > bitwise operators or pack/unpack functions (used for > debugging)? > > Thanks for any help on this, > > Chris > > __________________________________ > Do you Yahoo!? > Yahoo! Search - Find what you�re looking for faster > http://search.yahoo.com > __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

