by remit
MFMail is a simple Python-program to mail one or more files from the command-line as a MIME-multipart message.
Anonymous created the problem with option --from artifact
mfmail 0.6 is coming RSN(tm) (within a few months, if everything goes well ;-) Among others, it'll be split into two modules and a main program, use Python's distutils and be available in both a .tar.gz and an RPM version.
- Removed comment about security issues with mktemp(3) creating files with mode 666. tempfile.mktemp() doesn't even create files ;-) - Changed encoding support. `plain' doesn't exist anymore. You can now choose between `7bit', `8bit', `binary', ...
Fixed a bug which made it crash when one of the config-files didn't exist.
0.4.1
- Changed a lot of out of date comments.
- Added a FAQ. (Probably not very useful yet)
- Previously, after creating the whole message, a pipe
was setup to a sendmail process and the message was written
to ...
Going on holiday. I probably won't have internet access for two weeks.
- Complete rewrite. - Added options for encoding. - Removed a few statements with made it fail with older Python versions. - Extended the options you can use in the config-file - Made a lot of backward incompatible changes not mentioned here ;-)
- Added support for mimetype:file syntax - Bugfix (mfmail --version didn't work in 0.2 ;-) - Removed -v option (It was the same as --version, I'll probably use it for --verbose later) - Added support for a config-file - Changed behaviour of ...
- Don't give the recipient as an argument to sendmail. (Postfix fails when trying `sendmail -t foo@bar') - Added --from, --cc and --bc flags.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use