My system is:
- TMDA/1.0.3 "Seattle Slew" (Python/2.3.4 on FreeBSD-4.8-RELEASE-i386-32bit-ELF)
- Installed from FreeBSD port
- MTA is qmail
I've installed TMDA and I'm extremely happy. The only issue is that large emails are not being delivered. When examining the TMDA log file, there is the following:
Uncaught Python 2.3.4 Exception (Thu Feb 24 16:18:37 2005): ----------------------------------------------------------- Traceback (most recent call last): File "/usr/local/bin/tmda-filter", line 53, in ? execfile(os.path.join(execdir, 'tmda-rfilter')) File "/usr/local/bin/tmda-rfilter", line 207, in ? stdin = StringIO(sys.stdin.read()) MemoryError
The email itself is ~4 MB. I have plenty of free memory (~27 MB). The user does not have quotas or limits. Also, when I read the same email into a variable within the python enviroment (just like in line 207 from above) everything works fine.
Any clue to what is going on?
thanks
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
