Spam detection software, running on the system "kualalumpur.lrde.epita.fr", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or block
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: World Wide National Lottery Department of National
Lottery DNL Lottery Agency Sub-Regional Head Quarters Accra Ghana.
12/14 Ministry Way Accra Ghana. WINNING NOTIFICATION: We are pleased to
announce to you the draw of the Department of National Lottery (DNL) in
Affiliation with the World Wide National Lottery International programs
held on the 5th of March in Accra Ghana. In conjunction with the West
African monetary institute a Ticket number: 310878GH445EY attached to
your e-mail address which subsequently won you the lottery in the 3rd
category. [...]
Content analysis details: (11.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
2.7 RATWARE_OE_MALFORMED X-Mailer has malformed Outlook Express version
0.7 US_DOLLARS_3 BODY: Mentions millions of $ ($NN,NNN,NNN.NN)
1.8 PRIZE BODY: Talks about prizes
0.7 NIGERIAN_BODY2 Message body looks like a Nigerian spam message 2+
2.0 NIGERIAN_BODY1 Message body looks like a Nigerian spam message 1+
0.7 PLING_PLING Subject has lots of exclamation marks
0.7 NIGERIAN_BODY3 Message body looks like a Nigerian spam message 3+
2.6 FORGED_MUA_OUTLOOK Forged mail pretending to be from MS Outlook
Index: olena/ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* oln/level/threshold.hh: Fix argument description in ctor
documentation.
* oln/level/cc.hh: Typos in documentation.
Index: olena/oln/level/cc.hh
--- olena/oln/level/cc.hh Fri, 02 Apr 2004 16:00:03 +0200 van-vl_n (oln/e/20_cc.hh 1.11.1.16 640)
+++ olena/oln/level/cc.hh Tue, 27 Jul 2004 17:19:32 +0200 levill_r (oln/e/20_cc.hh 1.11.1.16 640)
@@ -58,8 +58,8 @@
** \pre the input must be a binary image.
**
** \arg input Image of markers.
- ** \arg se Neighbourhood.
- ** \arg nb_label Returns the number of label (optional).
+ ** \arg se Neighborhood.
+ ** \arg nb_label Returns the number of labels (optional).
**
** \return An image of type \a DestType.
**
Index: olena/oln/level/threshold.hh
--- olena/oln/level/threshold.hh Sun, 14 Mar 2004 18:21:09 +0100 palma_g (oln/f/15_threshold. 1.14 640)
+++ olena/oln/level/threshold.hh Tue, 27 Jul 2004 17:09:07 +0200 levill_r (oln/f/15_threshold. 1.14 640)
@@ -65,11 +65,11 @@
class threshold : public std::unary_function<const Input&, Output>
{
public:
- /*! \arg Threshold any value heigher or equal to this value will
- ** return \a min.
- ** \arg min Value returned if the input is smaller than threshold.
- ** \arg max Value returned if the input is greater or equal to the
- ** threshold.
+ /*! \arg threshold Any value greater or equal to this value will
+ ** return \a max.
+ ** \arg min Value returned if the input is lower than the threshold.
+ ** \arg max Value returned if the input is greater than or equal to
+ ** the threshold.
*/
threshold(const Input& threshold,
const Output& min = ntg_min_val(Output),
Index: olena/ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
* oln/morpho/watershed.hh: Fix doc.
Index: olena/oln/morpho/watershed.hh
--- olena/oln/morpho/watershed.hh Mon, 12 Apr 2004 01:09:38 +0200 van-vl_n (oln/48_watershed. 1.15 640)
+++ olena/oln/morpho/watershed.hh Tue, 13 Jul 2004 15:07:02 +0200 levill_r (oln/48_watershed. 1.15 640)
@@ -58,7 +58,7 @@
** \param N Exact type of the neighborhood.
**
** \arg im_i Image of levels.
- ** \arg Ng Neighborhood to consider.
+ ** \arg Ng Connectivity of the basins.
**
** \pre DestValue should be large enough.
**
@@ -136,7 +136,7 @@
** \param N Exact type of the neighborhood.
**
** \arg input Image of levels.
- ** \arg Ng Neighborhood to consider.
+ ** \arg Ng Connectivity of the basins.
**
** \pre DestValue should be large enough.
**
@@ -215,7 +215,7 @@
**
** \arg D Input image.
** \arg M Image of labels.
- ** \arg Ng Neighborhood to consider.
+ ** \arg Ng Connectivity of the basins.
**
** \todo FIXME: Not instantiated in swilena (see
** tools/swilena/generate_morpho_instantiations.py)