[Pymilter] something odd I've noticed about the milter supplied wrapper to e-mail module
Eric S. Johansson
esj at harvee.org
Wed Apr 21 16:52:10 EDT 2004
code of mine which had worked using the standard e-mail module is now
causing errors because automatic conversion to string type is not
happening with the milter wrapped email module. End result is a need to
sprinkle str() every time I try to assign an integer or a float to a
header.
any ideas why this is happening?
---eric
More information about the Pymilter
mailing list