[Doxygen-users] Email Rejected: Unknown or disallowed attachment type
Brought to you by:
dimitri
From: <ro...@vo...> - 2002-03-15 00:47:36
|
Received: from [198.76.25.3] (HELO nns.voyanttech.com) by voyanttech.com (CommuniGate Pro SMTP 3.4b3) with SMTP id 2019190 for gle...@vo...; Thu, 14 Mar 2002 17:47:18 -0700 Received: from usw-sf-list1.sourceforge.net (usw-sf-fw2.sourceforge.net [216.136.171.252]) by nns.voyanttech.com (8.9.3+Sun/8.9.3) with SMTP id SAA29384 for <gle...@vo...>; Thu, 14 Mar 2002 18:45:32 -0500 (EST) Received: from localhost ([127.0.0.1] helo=usw-sf-list1.sourceforge.net) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16lfoI-00064F-00; Thu, 14 Mar 2002 16:43:06 -0800 Received: from harbormail.gadzoox.com ([216.52.31.23] helo=harbor.sjc.gadzoox.com) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 16lfnh-0005eq-00 for <dox...@li...>; Thu, 14 Mar 2002 16:42:29 -0800 Received: by harbor.gadzoox.com with Internet Mail Service (5.5.2653.19) id <G91AHVP6>; Thu, 14 Mar 2002 16:42:41 -0800 Message-ID: <245...@ha...> From: Darren Busing <db...@ga...> To: dox...@li... MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1CBBA.4FA42E80" Subject: [Doxygen-users] Source browser bug attachments Sender: dox...@li... Errors-To: dox...@li... X-BeenThere: dox...@li... X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: <mailto:dox...@li...?subject=help> List-Post: <mailto:dox...@li...> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/doxygen-users>, <mailto:dox...@li...?subject=subscribe> List-Id: <doxygen-users.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/doxygen-users>, <mailto:dox...@li...?subject=unsubscribe> List-Archive: <http://www.geocrawler.com/redir-sf.php3?list=doxygen-users> X-Original-Date: Thu, 14 Mar 2002 16:42:40 -0800 Date: Thu, 14 Mar 2002 16:42:40 -0800 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C1CBBA.4FA42E80 Content-Type: text/plain; charset="iso-8859-1" In case someone wants to re-create my problem from the previous email: <<file.c>> <<browser.dox>> <<file_8c-source.html>> ------_=_NextPart_000_01C1CBBA.4FA42E80 Content-Type: application/octet-stream; name="file.c" Content-Disposition: attachment; filename="file.c" /** @file file.c Required to enable source browser functionality. */ /** @defgroup group1 A group */ /** @defgroup group2 A second group */ /** The first routine in group 1 @ingroup group1 */ int routine1(int x) { return( x ); } /** The second routine, which calls the first. @ingroup group1 */ int routine2(int x) { return( routine1(x) ); } /** The first routine in group 2 @ingroup group2 */ int routine3(int x) { return( x ); } /** The second routine in group 2, which calls the first. @ingroup group2 */ int routine4(int x) { return( routine3(x) ); } ------_=_NextPart_000_01C1CBBA.4FA42E80 Content-Type: application/octet-stream; name="browser.dox" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; FOR ANTI-VIRUS SECURITY, THIS EMAIL HAS BEEN CLEANED. REASON: THIS EMAIL CONTAINED AN ATTACHMENT TYPE OF '.dox' WHICH IS NOT PERMITTED. |