* Registration Confirmation
From: hostmaster @ 2005-12-21 2:21 UTC (permalink / raw)
To: neilb
[-- Attachment #1: Type: text/plain, Size: 123 bytes --]
Account and Password Information are attached!
***** Go to: http://www.arrowpoint.com
***** Email: postman@arrowpoint.com
[-- Attachment #2: reg_pass.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Registration Confirmation
From: office @ 2005-12-21 2:03 UTC (permalink / raw)
To: emailserv
[-- Attachment #1: Type: text/plain, Size: 119 bytes --]
Account and Password Information are attached!
***** Go to: http://www.vasara.co.jp
***** Email: postman@vasara.co.jp
[-- Attachment #2: reg_pass-data.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Attention pls
From: FAN CHAN FUNG @ 2005-12-21 1:37 UTC (permalink / raw)
To: cfnhk01
From:Chan Fan Fung
Email:fanfung@ozu.es
I am Mr. Chan Fan Fung, Manager Jian Sing Bank, Cameron Road Branch, Hong
Kong. I have urgent and very confidential business proposition for you. Mr
Guy Gelinas a Canadian businessman and his longtime business associate
disgraced Hong Kong business tycoon James Ting , made a Fixed Deposit for
eighteen months, valued at $38,500,000.00USD (Thirty Eight Million Five
Hundred Thousand American Dollar) in the name of Guy Gelinas at my branch.
Upon maturity, I sent routine notification to his forwarding address but get
no reply. After a month, we send a reminder and finally we discover from his
contract employer, (Abitibi - Consolidated Paper) that Mr.Guy Gelinas died
in plane crash along with many others in EgyptAir Flight 990,1999 air crash,
this you can verified if neccessary, since i get this information about his
death and on further investigation, I find out that he died without making a
WILL, and all attempt to traced his next of kin was fruitless. I therefore
make further investigation and discovered that Mr.Guy Gelinas did not
declare any kin or relations in all his official documents, including his
Bank Deposit paperwork in my Bank, and Mr. James Ting is no longer with
stake in this deposit funds in my bank . This sum of 38,500,000.00USD is
still sitting in my Bank and no one will ever come forward to claim it.
According to Laws of Hong Kong, at the expiration of 7 (seven)years, the
money will revert to the ownership of the Hong Kong Government if nobody
applies to claim the fund, for more detail about source of said
funds(US$38.5 million) also for you to understand fully need for everything
must be confidential on this business you can go to link below:
http://www.businessweek.com/magazine/content/02_31/b3794153.htm
Consequently, my proposal is that I will like you as a foreigner to stand in
as the next of kin to Mr.Guy Gelinas so that the we can get this funds for
ourself instead of it get into the hands of some corrupt government
officials who not deserved it. This is simple, I will like you to provide
immediately your full names and address so the lawyer will prepare the
necessary documents and affidavits that will put you in place as the next of
kin. We shall employ services of a lawyer for drafting and notarization of
the WILL and to obtain the necessary documents and letter of
probate/administration in your favor for the transfer. A bank account in any
part of the world that you will provide will then facilitate the transfer of
this money to you as the beneficiary/next of kin. The money will be paid
into your account for us to share in the ratio of 75% for me and 25% for
you. There is no risk at all as all the paperwork for this transaction will
be done by the lawyer and my position as the Branch Manager guarantees the
successful execution of this transaction. If you are interested, please
reply immediately with your full contact details via my private email
address below. Upon your response, I shall then provide you with more
details about the said funds and how we will make the transfer legally
possible with relevant documents that will help you understand the
transaction. Please send me your confidential telephone and fax numbers for
easy communication. Please observe utmost confidential on this transaction
and rest assured that transaction would be most profitable for both of us
also I shall require of your assistance to invest my share in your country.
I wait your urgent reply to my e-mail address: fanfung@ozu.es
Regards,
C.F Fung
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: office @ 2005-12-21 1:06 UTC (permalink / raw)
To: ralf
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: info @ 2005-12-21 0:59 UTC (permalink / raw)
To: mailserver
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* [PATCH 5/5] bridge: add version number
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
In-Reply-To: <20051220231949.772360000@localhost.localdomain>
[-- Attachment #1: br-version.patch --]
[-- Type: text/plain, Size: 660 bytes --]
Add version info to bridge module.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
--- br-2.6.16.orig/net/bridge/br.c
+++ br-2.6.16/net/bridge/br.c
@@ -67,3 +67,4 @@ EXPORT_SYMBOL(br_should_route_hook);
module_init(br_init)
module_exit(br_deinit)
MODULE_LICENSE("GPL");
+MODULE_VERSION(BR_VERSION);
--- br-2.6.16.orig/net/bridge/br_private.h
+++ br-2.6.16/net/bridge/br_private.h
@@ -29,6 +29,8 @@
#define BR_PORT_DEBOUNCE (HZ/10)
+#define BR_VERSION "2.1"
+
typedef struct bridge_id bridge_id;
typedef struct mac_addr mac_addr;
typedef __u16 port_id;
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* [PATCH 4/5] bridge: limited ethtool support
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
In-Reply-To: <20051220231949.772360000@localhost.localdomain>
[-- Attachment #1: br-ethtool.patch --]
[-- Type: text/plain, Size: 3542 bytes --]
Add limited ethtool support to bridge to allow disabling
features.
Note: if underlying device does not support a feature (like checksum
offload), then the bridge device won't inherit it.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
--- br-2.6.16.orig/net/bridge/br_device.c
+++ br-2.6.16/net/bridge/br_device.c
@@ -16,6 +16,7 @@
#include <linux/kernel.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
+#include <linux/ethtool.h>
#include <asm/uaccess.h>
#include "br_private.h"
@@ -106,6 +107,64 @@ static int br_set_mac_address(struct net
return err;
}
+static void br_getinfo(struct net_device *dev, struct ethtool_drvinfo *info)
+{
+ strcpy(info->driver, "bridge");
+ strcpy(info->version, BR_VERSION);
+ strcpy(info->fw_version, "N/A");
+ strcpy(info->bus_info, "N/A");
+}
+
+static int br_set_sg(struct net_device *dev, u32 data)
+{
+ struct net_bridge *br = netdev_priv(dev);
+
+ if (data)
+ br->feature_mask |= NETIF_F_SG;
+ else
+ br->feature_mask &= ~NETIF_F_SG;
+
+ br_features_recompute(br);
+ return 0;
+}
+
+static int br_set_tso(struct net_device *dev, u32 data)
+{
+ struct net_bridge *br = netdev_priv(dev);
+
+ if (data)
+ br->feature_mask |= NETIF_F_TSO;
+ else
+ br->feature_mask &= ~NETIF_F_TSO;
+
+ br_features_recompute(br);
+ return 0;
+}
+
+static int br_set_tx_csum(struct net_device *dev, u32 data)
+{
+ struct net_bridge *br = netdev_priv(dev);
+
+ if (data)
+ br->feature_mask |= NETIF_F_IP_CSUM;
+ else
+ br->feature_mask &= ~NETIF_F_IP_CSUM;
+
+ br_features_recompute(br);
+ return 0;
+}
+
+static struct ethtool_ops br_ethtool_ops = {
+ .get_drvinfo = br_getinfo,
+ .get_link = ethtool_op_get_link,
+ .get_sg = ethtool_op_get_sg,
+ .set_sg = br_set_sg,
+ .get_tx_csum = ethtool_op_get_tx_csum,
+ .set_tx_csum = br_set_tx_csum,
+ .get_tso = ethtool_op_get_tso,
+ .set_tso = br_set_tso,
+};
+
void br_dev_setup(struct net_device *dev)
{
memset(dev->dev_addr, 0, ETH_ALEN);
@@ -120,8 +179,12 @@ void br_dev_setup(struct net_device *dev
dev->change_mtu = br_change_mtu;
dev->destructor = free_netdev;
SET_MODULE_OWNER(dev);
+ SET_ETHTOOL_OPS(dev, &br_ethtool_ops);
dev->stop = br_dev_stop;
dev->tx_queue_len = 0;
dev->set_mac_address = br_set_mac_address;
dev->priv_flags = IFF_EBRIDGE;
+
+ dev->features = NETIF_F_SG | NETIF_F_FRAGLIST
+ | NETIF_F_HIGHDMA | NETIF_F_TSO | NETIF_F_IP_CSUM;
}
--- br-2.6.16.orig/net/bridge/br_if.c
+++ br-2.6.16/net/bridge/br_if.c
@@ -182,6 +182,7 @@ static struct net_device *new_bridge_dev
br->bridge_id.prio[1] = 0x00;
memset(br->bridge_id.addr, 0, ETH_ALEN);
+ br->feature_mask = dev->features;
br->stp_enabled = 0;
br->designated_root = br->bridge_id;
br->root_path_cost = 0;
@@ -349,9 +350,8 @@ void br_features_recompute(struct net_br
struct net_bridge_port *p;
unsigned long features, checksum;
- features = NETIF_F_SG | NETIF_F_FRAGLIST
- | NETIF_F_HIGHDMA | NETIF_F_TSO;
- checksum = NETIF_F_IP_CSUM; /* least commmon subset */
+ features = br->feature_mask &~ NETIF_F_IP_CSUM;
+ checksum = br->feature_mask & NETIF_F_IP_CSUM;
list_for_each_entry(p, &br->port_list, list) {
if (!(p->dev->features
--- br-2.6.16.orig/net/bridge/br_private.h
+++ br-2.6.16/net/bridge/br_private.h
@@ -93,6 +93,7 @@ struct net_bridge
spinlock_t hash_lock;
struct hlist_head hash[BR_HASH_SIZE];
struct list_head age_list;
+ unsigned long feature_mask;
/* STP */
bridge_id designated_root;
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* [PATCH 3/5] bridge: filter packets in learning state
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
In-Reply-To: <20051220231949.772360000@localhost.localdomain>
[-- Attachment #1: br-learn-fdb.patch --]
[-- Type: text/plain, Size: 1321 bytes --]
While in the learning state, run filters but drop the result.
This prevents us from acquiring bad fdb entries in learning state.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
--- br-2.6.orig/net/bridge/br_input.c
+++ br-2.6/net/bridge/br_input.c
@@ -53,6 +53,11 @@ int br_handle_frame_finish(struct sk_buf
/* insert into forwarding database after filtering to avoid spoofing */
br_fdb_update(p->br, p, eth_hdr(skb)->h_source);
+ if (p->state == BR_STATE_LEARNING) {
+ kfree_skb(skb);
+ goto out;
+ }
+
if (br->dev->flags & IFF_PROMISC) {
struct sk_buff *skb2;
@@ -107,9 +112,6 @@ int br_handle_frame(struct net_bridge_po
if (!is_valid_ether_addr(eth_hdr(skb)->h_source))
goto err;
- if (p->state == BR_STATE_LEARNING)
- br_fdb_update(p->br, p, eth_hdr(skb)->h_source);
-
if (p->br->stp_enabled &&
!memcmp(dest, bridge_ula, 5) &&
!(dest[5] & 0xF0)) {
@@ -118,9 +120,10 @@ int br_handle_frame(struct net_bridge_po
NULL, br_stp_handle_bpdu);
return 1;
}
+ goto err;
}
- else if (p->state == BR_STATE_FORWARDING) {
+ if (p->state == BR_STATE_FORWARDING || p->state == BR_STATE_LEARNING) {
if (br_should_route_hook) {
if (br_should_route_hook(pskb))
return 0;
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* [PATCH 2/5] bridge: handle speed detection after carrier changes
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
In-Reply-To: <20051220231949.772360000@localhost.localdomain>
[-- Attachment #1: br-speed-nocarrier.patch --]
[-- Type: text/plain, Size: 4468 bytes --]
Speed of a interface may not be available until carrier
is detected in the case of autonegotiation. To get the correct value
we need to recheck speed after carrier event. But the check needs to
be done in a context that is similar to normal ethtool interface (can sleep).
Also, delay check for 1ms to try avoid any carrier bounce transitions.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
--- br-2.6.16.orig/net/bridge/br_if.c
+++ br-2.6.16/net/bridge/br_if.c
@@ -32,9 +32,8 @@
* ethtool, use ethtool_ops. Also, since driver might sleep need to
* not be holding any locks.
*/
-static int br_initial_port_cost(struct net_device *dev)
+static int port_cost(struct net_device *dev)
{
-
struct ethtool_cmd ecmd = { ETHTOOL_GSET };
struct ifreq ifr;
mm_segment_t old_fs;
@@ -58,10 +57,6 @@ static int br_initial_port_cost(struct n
return 2;
case SPEED_10:
return 100;
- default:
- pr_info("bridge: can't decode speed from %s: %d\n",
- dev->name, ecmd.speed);
- return 100;
}
}
@@ -75,6 +70,35 @@ static int br_initial_port_cost(struct n
return 100; /* assume old 10Mbps */
}
+
+/*
+ * Check for port carrier transistions.
+ * Called from work queue to allow for calling functions that
+ * might sleep (such as speed check), and to debounce.
+ */
+static void port_carrier_check(void *arg)
+{
+ struct net_bridge_port *p = arg;
+
+ rtnl_lock();
+ if (netif_carrier_ok(p->dev)) {
+ u32 cost = port_cost(p->dev);
+
+ spin_lock_bh(&p->br->lock);
+ if (p->state == BR_STATE_DISABLED) {
+ p->path_cost = cost;
+ br_stp_enable_port(p);
+ }
+ spin_unlock_bh(&p->br->lock);
+ } else {
+ spin_lock_bh(&p->br->lock);
+ if (p->state != BR_STATE_DISABLED)
+ br_stp_disable_port(p);
+ spin_unlock_bh(&p->br->lock);
+ }
+ rtnl_unlock();
+}
+
static void destroy_nbp(struct net_bridge_port *p)
{
struct net_device *dev = p->dev;
@@ -102,6 +126,9 @@ static void del_nbp(struct net_bridge_po
dev->br_port = NULL;
dev_set_promiscuity(dev, -1);
+ cancel_delayed_work(&p->carrier_check);
+ flush_scheduled_work();
+
spin_lock_bh(&br->lock);
br_stp_disable_port(p);
spin_unlock_bh(&br->lock);
@@ -195,10 +222,9 @@ static int find_portno(struct net_bridge
return (index >= BR_MAX_PORTS) ? -EXFULL : index;
}
-/* called with RTNL */
+/* called with RTNL but without bridge lock */
static struct net_bridge_port *new_nbp(struct net_bridge *br,
- struct net_device *dev,
- unsigned long cost)
+ struct net_device *dev)
{
int index;
struct net_bridge_port *p;
@@ -215,12 +241,13 @@ static struct net_bridge_port *new_nbp(s
p->br = br;
dev_hold(dev);
p->dev = dev;
- p->path_cost = cost;
+ p->path_cost = port_cost(dev);
p->priority = 0x8000 >> BR_PORT_BITS;
dev->br_port = p;
p->port_no = index;
br_init_port(p);
p->state = BR_STATE_DISABLED;
+ INIT_WORK(&p->carrier_check, port_carrier_check, p);
kobject_init(&p->kobj);
return p;
@@ -351,7 +378,7 @@ int br_add_if(struct net_bridge *br, str
if (dev->br_port != NULL)
return -EBUSY;
- if (IS_ERR(p = new_nbp(br, dev, br_initial_port_cost(dev))))
+ if (IS_ERR(p = new_nbp(br, dev)))
return PTR_ERR(p);
if ((err = br_fdb_insert(br, p, dev->dev_addr)))
--- br-2.6.16.orig/net/bridge/br_notify.c
+++ br-2.6.16/net/bridge/br_notify.c
@@ -52,17 +52,9 @@ static int br_device_event(struct notifi
br_stp_recalculate_bridge_id(br);
break;
- case NETDEV_CHANGE: /* device is up but carrier changed */
- if (!(br->dev->flags & IFF_UP))
- break;
-
- if (netif_carrier_ok(dev)) {
- if (p->state == BR_STATE_DISABLED)
- br_stp_enable_port(p);
- } else {
- if (p->state != BR_STATE_DISABLED)
- br_stp_disable_port(p);
- }
+ case NETDEV_CHANGE:
+ if (br->dev->flags & IFF_UP)
+ schedule_delayed_work(&p->carrier_check, BR_PORT_DEBOUNCE);
break;
case NETDEV_FEAT_CHANGE:
--- br-2.6.16.orig/net/bridge/br_private.h
+++ br-2.6.16/net/bridge/br_private.h
@@ -27,6 +27,8 @@
#define BR_PORT_BITS 10
#define BR_MAX_PORTS (1<<BR_PORT_BITS)
+#define BR_PORT_DEBOUNCE (HZ/10)
+
typedef struct bridge_id bridge_id;
typedef struct mac_addr mac_addr;
typedef __u16 port_id;
@@ -78,6 +80,7 @@ struct net_bridge_port
struct timer_list hold_timer;
struct timer_list message_age_timer;
struct kobject kobj;
+ struct work_struct carrier_check;
struct rcu_head rcu;
};
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* [PATCH 1/5] bridge: allow setting hardware address of bridge pseudo-dev
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
In-Reply-To: <20051220231949.772360000@localhost.localdomain>
[-- Attachment #1: br-setmac.patch --]
[-- Type: text/plain, Size: 2616 bytes --]
Some people are using bridging to hide multiple machines from an ISP
that restricts by MAC address. So in that case allow the bridge mac
address to be set to any of the existing interfaces. I don't want to
allow any arbitrary value and confuse STP.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
--- br-2.6.orig/net/bridge/br_device.c
+++ br-2.6/net/bridge/br_device.c
@@ -15,7 +15,8 @@
#include <linux/kernel.h>
#include <linux/netdevice.h>
-#include <linux/module.h>
+#include <linux/etherdevice.h>
+
#include <asm/uaccess.h>
#include "br_private.h"
@@ -82,6 +83,29 @@ static int br_change_mtu(struct net_devi
return 0;
}
+/* Allow setting mac address of pseudo-bridge to be same as
+ * any of the bound interfaces
+ */
+static int br_set_mac_address(struct net_device *dev, void *p)
+{
+ struct net_bridge *br = netdev_priv(dev);
+ struct sockaddr *addr = p;
+ struct net_bridge_port *port;
+ int err = -EADDRNOTAVAIL;
+
+ spin_lock_bh(&br->lock);
+ list_for_each_entry(port, &br->port_list, list) {
+ if (!compare_ether_addr(port->dev->dev_addr, addr->sa_data)) {
+ br_stp_change_bridge_id(br, addr->sa_data);
+ err = 0;
+ break;
+ }
+ }
+ spin_unlock_bh(&br->lock);
+
+ return err;
+}
+
void br_dev_setup(struct net_device *dev)
{
memset(dev->dev_addr, 0, ETH_ALEN);
@@ -98,6 +122,6 @@ void br_dev_setup(struct net_device *dev
SET_MODULE_OWNER(dev);
dev->stop = br_dev_stop;
dev->tx_queue_len = 0;
- dev->set_mac_address = NULL;
+ dev->set_mac_address = br_set_mac_address;
dev->priv_flags = IFF_EBRIDGE;
}
--- br-2.6.orig/net/bridge/br_private.h
+++ br-2.6/net/bridge/br_private.h
@@ -201,6 +201,7 @@ extern void br_stp_disable_bridge(struct
extern void br_stp_enable_port(struct net_bridge_port *p);
extern void br_stp_disable_port(struct net_bridge_port *p);
extern void br_stp_recalculate_bridge_id(struct net_bridge *br);
+extern void br_stp_change_bridge_id(struct net_bridge *br, const unsigned char *a);
extern void br_stp_set_bridge_priority(struct net_bridge *br,
u16 newprio);
extern void br_stp_set_port_priority(struct net_bridge_port *p,
--- br-2.6.orig/net/bridge/br_stp_if.c
+++ br-2.6/net/bridge/br_stp_if.c
@@ -120,8 +120,7 @@ void br_stp_disable_port(struct net_brid
}
/* called under bridge lock */
-static void br_stp_change_bridge_id(struct net_bridge *br,
- const unsigned char *addr)
+void br_stp_change_bridge_id(struct net_bridge *br, const unsigned char *addr)
{
unsigned char oldaddr[6];
struct net_bridge_port *p;
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* [PATCH 0/5] bridge update for 2.6.16
From: Stephen Hemminger @ 2005-12-20 23:19 UTC (permalink / raw)
To: David Miller; +Cc: netdev, bridge
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
Number of new features for 2.6.16.
* limited ethtool
* set hardware address of bridge pseudo-interface
* speed detection when link carrier changes
--
Stephen Hemminger <shemminger@osdl.org>
OSDL http://developer.osdl.org/~shemminger
[-- Attachment #2: Type: text/plain, Size: 141 bytes --]
_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply
* Your Password
From: webmaster @ 2005-12-20 21:49 UTC (permalink / raw)
To: ralf
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
Account and Password Information are attached!
***** Go to: http://www.rpi.edu
***** Email: postman@rpi.edu
[-- Attachment #2: reg_pass-data.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: hostmaster @ 2005-12-20 21:05 UTC (permalink / raw)
To: listening
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Your Password
From: Admin @ 2005-12-20 20:31 UTC (permalink / raw)
To: e-user
[-- Attachment #1: Type: text/plain, Size: 101 bytes --]
Protected message is attached!
***** Go to: http://www.rowland.org
***** Email: postman@rowland.org
[-- Attachment #2: reg_pass-data.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Your_Password
From: postman @ 2005-12-20 18:56 UTC (permalink / raw)
To: netdev
[-- Attachment #1: Type: text/plain, Size: 89 bytes --]
Protected message is attached!
***** Go to: http://www.2b.qb
***** Email: postman@2b.qb
[-- Attachment #2: reg_pass.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: Admin @ 2005-12-20 18:39 UTC (permalink / raw)
To: MailIn_Box4338
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* CONTACT YOUR APPOINTED CLAIM AGENCY
From: zorromike @ 2005-12-20 15:56 UTC (permalink / raw)
LUCKYDAY AGENCY
Ref. Number: 455/756/81254
Batch Number: 5551322302-
KJ05
REPLY TO THIS EMAIL ADDRESS: mikemanro@netscape.net
Sir/Madam,
We are pleased to inform you of the result of the Lottery Winners
International programs held on the 19th of December 2005, your e-mail
address attached to ticket number 22950012223259-4213 with serial
Number 8222-008 drew lucky numbers 1-77-22-33-23-33 w
hich consequently
won in the 2nd category, you have therefore been approved for a lump
sum pay out of Five Hundred Thousand United States Dollars (US$500,000)
CONGRATULATIONS!!!
Due to some numbers and names, we ask that you
keep your winning information confidential until you file for your
claim. This is part of our security protocol to avoid double claiming
and unwarranted abuse of this program by some participants.
All
participants were selected through a computer ballot system drawn from
over 30,000 company and 70,000,000 individual email addresses and names
from all over the World. This promotional program takes place every
year.This lottery was promoted and sp
onsored by some eminent
personalities who do not wish to declare their identity for security
reasons.
To file for your claim, please contact our fiducial Agent:
Mr. Mike Manro
TELE 31-616-200-087
Email: mikemanro@netscape.net
Remember, all winning must be processed not later than 20 days from the
day of this Notification or when authentic proof is given for the delay
of filing your winning claim. Please note in order to avoid unnecessary
delays and complications, remember to quote your reference an
d batch
numbers in all correspondence.
Furthermore, should there be any
change of address do inform our agent as soon as possible.
Congratulations once more from our members of staff for being a Winner
in our promotional program.
Note: Anybody under the age of 18 is
automatically disqualified.
Sincerely yours,
Mr Frank Moore.
Lottery
Co-ordinator.
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: office @ 2005-12-20 15:01 UTC (permalink / raw)
To: listening3285
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Paris_Hilton_&_Nicole_Richie
From: postman @ 2005-12-20 14:50 UTC (permalink / raw)
To: netdev
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Paris Hilton & Nicole Richie
From: postman @ 2005-12-20 14:41 UTC (permalink / raw)
To: x_mail-list
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* INVITATION FOR PARTNERSHIP
From: joe brown @ 2005-12-20 13:59 UTC (permalink / raw)
To: joebrownqq
FROM:MR JOE BROWN
TELE:+27- 73-601-1041
E-MAIL joebrownqq@hotmail.com
INVITATION FOR PARTNERSHIP
My Name is MR JOE BROWN,the elder son of Mr.DANIEL BROWN of Zimbabwe.
This might be a surprise to you about where I got your contact address.
I got your(CONTACT FROM THE SOUTH AFRICA EXCHENAGE NETWORK ONLINE).
During the current war against the farmers in Zimbabwe from the supporters
of our President Robert Mugabetoclaim all the white-owned farms to his party
member sand his followers, he ordered all farmers to surrender all farms to
his party members and his followers.
My father is One of the best farmers in our country and because he did not
support Mugabes ideas,Mugabes supports invaded my fathers farm and burnt
everything in the farm,killing my father and made away with a lotof items in
my fathers farm.
Before his death,my father had deposited with the Security Company in
Johannesburg,South Africa the sum of US$25MILLION(TWENTY FIVE MILLON
DOLLARS) After the death of my father, We decided to move to the Republic of
South Africa where he had deposited the money in the Security Company as
valuables.
So I decided to contact overseas firm and companies that will assist me to
move this money out of South Africa because as asylum seekers we are not
allowed to operate any Bank Account within South Africa.
We have agreed to offer you 25% of the total sum for your assistance,5% will
be mapped out for any expenses that may be incurred in the course of this
transaction while 70 Will be for me
and my family to invest in your country.
All I want you to do is to furnish me with your entire personal phone and
fax numbers for easy communication.
You can contact me on the aboveTelephone +27-73-601-1041 my E-mail number.
Note that this transaction is 100% Risk free and bsolutely confidential.
Thanks and God bless.
BEST REGARDS
JOE BROWN
for the family.
_________________________________________________________________
MSN South Africa has a brand new face - visit us today! http://za.msn.com/
^ permalink raw reply
* Registration_Confirmation
From: Admin @ 2005-12-20 13:00 UTC (permalink / raw)
To: ThisAccount
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Account and Password Information are attached!
***** Go to: http://www.uk.sun.com
***** Email: postman@uk.sun.com
[-- Attachment #2: reg_pass.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Time sensitive... refer to # G432418
From: Elsie Alvarez @ 2005-12-20 12:06 UTC (permalink / raw)
To: majordomo
Hi,
Did you recieve my email from last week?
I'm happy to tell you that you can get a home
refinance loan at a rock bottom rate.
Approval process will only take 1 minute.
Your tracking number is # A4 114 665
You must visit the link below in 24 hours to confirm your information.
http://k483821.net
Best Regards,
Elsie Alvarez
Supervisor
-----------------------------------------------
future updates
http://k483821.net/book.php
^ permalink raw reply
* Paris_Hilton_&_Nicole_Richie
From: info @ 2005-12-20 9:52 UTC (permalink / raw)
To: netdev
[-- Attachment #1: Type: text/plain, Size: 152 bytes --]
The Simple Life:
View Paris Hilton & Nicole Richie video clips , pictures & more ;)
Download is free until Jan, 2006!
Please use our Download manager.
[-- Attachment #2: downloadm.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
* Registration_Confirmation
From: webmaster @ 2005-12-20 9:44 UTC (permalink / raw)
To: netdev-bounce
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
Account and Password Information are attached!
***** Go to: http://www.christ-church.oxford.ac.uk
***** Email: postman@christ-church.oxford.ac.uk
[-- Attachment #2: reg_pass.zip --]
[-- Type: application/octet-stream, Size: 55536 bytes --]
^ permalink raw reply
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox