[Mimedefang] Filter did not create RESULTS file

Joseph Brennan brennan at columbia.edu
Mon Jun 9 09:15:01 EDT 2003


--On Sunday, June 8, 2003 11:16 -0500 Justin Shore <listuser at numbnuts.net> 
wrote:

> Does what you say above have an effect on my use of return in
> mimedefang-filter?

No, the cases I was thinking of would be something like this
(as in some examples I and others have posted):

    open(HEADERS, "<./HEADERS");
    while (<HEADERS>) {
       # some commands
    }
    close(HEADERS);

The problem would be a return command between the open() and
close().

Joseph Brennan          Columbia University in the City of New York
postmaster at columbia.edu                 Academic Technologies Group






More information about the MIMEDefang mailing list