You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2007/09/14 20:17:04 UTC

Re: File handle DATA and an open file descriptor in Plugin/VBounce.pm

Mark Martinec writes:
> Is there any purpose in having a declared file handle DATA
> in Plugin/VBounce.pm, with an associated open(!) file descriptor?
> Seems like a waste of resources? May I throw it away? 

yes.  the idea is to stop code parsing, but allow POD parsing
to go beyond that point.  unfortunately, I was thinking of __END__,
but confused it with __DATA__ :(

--j.