ACLCodec codec = new StringACLCodec();
String charset = null;
if ((env == null) || ((charset = env.getPayloadEncoding()) == null)) {
charset = ACLCodec.DEFAULT_CHARSET;
}
ACLMessage tmp = codec.decode(content.getBytes(charset),charset);
tmp.setEnvelope(env);
Message msg = new Message(tmp, unicastReceiver);
/* If this is a 'posted-message' event and the sender is
// currently under sniff, then the message was already