<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>advocacy@perl.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/"/>
<id>http://mail-archives.apache.org/mod_mbox/perl-advocacy/</id>
<updated>2009-12-06T12:27:59Z</updated>
<entry>
<title>Re: [SECURITY] [CVE-2009-0796] Vulnerability found in Apache::Status	and Apache2::Status</title>
<author><name>Fred Moyer &lt;fred@redhotpenguin.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200904.mbox/%3cad28918e0904071856v1bc7e5d0t62275cce411a52a0@mail.gmail.com%3e"/>
<id>urn:uuid:%3cad28918e0904071856v1bc7e5d0t62275cce411a52a0@mail-gmail-com%3e</id>
<updated>2009-04-08T01:56:45Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Update - I fat fingered the CVE number in this email body previously
(but it was correct in the subject).

The correct vulnerability reference number is CVE-2009-0796.

On Wed, Apr 1, 2009 at 2:58 PM, Fred Moyer &lt;fred@redhotpenguin.com&gt; wrote:
&gt; mod_perl lists,
&gt;
&gt; A specific vulnerability [CVE-2009-0795] in Apache::Status and
&gt; Apache2::Status has been discovered which may affect the security of
&gt; your mod_perl installation.  Running Apache::Status on a public server
&gt; with no protection has always been a bad idea though, vulnerability or
&gt; not.
&gt;
&gt; The mod_perl1 and mod_perl2 codebases have been updated to protect
&gt; against this vulnerability, but your existing server may be
&gt; vulnerable.  To secure your mod_perl server from this vulnerability,
&gt; we recommend that you disallow access to Apache::Status and
&gt; Apache2::Status resources (usually located at /perl-status) from
&gt; untrusted hosts.
&gt;
&gt; Q:  How do I know if my installation is vulnerable?
&gt;
&gt; A:  If you have enabled the Apache::Status or Apache2::Status modules
&gt; in your httpd.conf, your installation may be vulnerable.  See the
&gt; following links for details on what constitutes potentially vulnerable
&gt; httpd.conf directives.
&gt;
&gt; http://perl.apache.org/docs/1.0/api/Apache/Status.html#Description
&gt; http://perl.apache.org/docs/2.0/api/Apache2/Status.html#Description
&gt;
&gt; If you have a &lt;Location /perl-status&gt; directive in your httpd.conf,
&gt; your installation is likely vulnerable.
&gt;
&gt; Q:  What steps do I take to secure my mod_perl installation?
&gt;
&gt; A:  Disallow access from certain clients to your status url (example
&gt; /perl-status) in your httpd.conf file.
&gt;
&gt; mod_perl1 example:
&gt;
&gt; &lt;Location /perl-status&gt;
&gt;   Order deny,allow
&gt;   Deny from all
&gt;   Allow from 127.0.0.1
&gt;   SetHandler  perl-script
&gt;   PerlHandler Apache::Status
&gt; &lt;/Location&gt;
&gt;
&gt;
&gt; mod_perl2 example:
&gt;
&gt; &lt;Location /perl-status&gt;
&gt;   Order deny,allow
&gt;   Deny from all
&gt;   Allow from 127.0.0.1
&gt;   SetHandler  perl-script
&gt;   PerlResponseHandler Apache2::Status
&gt; &lt;/Location&gt;
&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>[SECURITY] [CVE-2009-0796] Vulnerability found in Apache::Status and	Apache2::Status</title>
<author><name>Fred Moyer &lt;fred@redhotpenguin.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200904.mbox/%3cad28918e0904011458h273a71d4x408f1ed286c9dfbc@mail.gmail.com%3e"/>
<id>urn:uuid:%3cad28918e0904011458h273a71d4x408f1ed286c9dfbc@mail-gmail-com%3e</id>
<updated>2009-04-01T21:58:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
mod_perl lists,

A specific vulnerability [CVE-2009-0795] in Apache::Status and
Apache2::Status has been discovered which may affect the security of
your mod_perl installation.  Running Apache::Status on a public server
with no protection has always been a bad idea though, vulnerability or
not.

The mod_perl1 and mod_perl2 codebases have been updated to protect
against this vulnerability, but your existing server may be
vulnerable.  To secure your mod_perl server from this vulnerability,
we recommend that you disallow access to Apache::Status and
Apache2::Status resources (usually located at /perl-status) from
untrusted hosts.

Q:  How do I know if my installation is vulnerable?

A:  If you have enabled the Apache::Status or Apache2::Status modules
in your httpd.conf, your installation may be vulnerable.  See the
following links for details on what constitutes potentially vulnerable
httpd.conf directives.

http://perl.apache.org/docs/1.0/api/Apache/Status.html#Description
http://perl.apache.org/docs/2.0/api/Apache2/Status.html#Description

If you have a &lt;Location /perl-status&gt; directive in your httpd.conf,
your installation is likely vulnerable.

Q:  What steps do I take to secure my mod_perl installation?

A:  Disallow access from certain clients to your status url (example
/perl-status) in your httpd.conf file.

mod_perl1 example:

&lt;Location /perl-status&gt;
   Order deny,allow
   Deny from all
   Allow from 127.0.0.1
   SetHandler  perl-script
   PerlHandler Apache::Status
&lt;/Location&gt;


mod_perl2 example:

&lt;Location /perl-status&gt;
   Order deny,allow
   Deny from all
   Allow from 127.0.0.1
   SetHandler  perl-script
   PerlResponseHandler Apache2::Status
&lt;/Location&gt;

---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: decline and fall of modperl?</title>
<author><name>David Ihnen &lt;davidi@norchemlab.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200903.mbox/%3c49CBF547.2080007@norchemlab.com%3e"/>
<id>urn:uuid:%3c49CBF547-2080007@norchemlab-com%3e</id>
<updated>2009-03-26T21:36:07Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Octavian Râsnita wrote:
&gt; Why it is bad that a language like PHP is more useful for more 
&gt; programmers?
Because then they start thinking they're software engineers instead of 
just programmers.  They get credibility, without having earned it 
through good engineering.  They propagate their half-baked concepts and 
good enough  for what I did before hackery into areas that hurt their 
clients, cause loss of money, success, and jobs, furthermore lowering 
the reputation of anybody who claims the title software engineer. 

You may disagree, or think that is not important.  I think it is 
important on a far deeper cultural level.
&gt; You don't know how things work in other countries.
&gt; Nobody cares about a contracts for software licences in my country.
EXACTLY.  So trying to make money on contracts and software licenses is 
useless.  Obfuscating does nothing but try to enforce a software license 
that will be ignored anyway - so what value does it provide?
&gt; Maybe, but who knows this?
&gt; The target audience should be the students, the future possible perl 
&gt; programmers.
How do you get their ear?

&gt; Why should they be open source? 
Because the code is analyzable, fixable, and can essentially be 
maintained.  Its a long-term strategy for sustainability in operations.  
Because its your operations that make you money, not the how-you-did-it 
glue in your perl code.
&gt; Perl could be also used in commercial proprietary programs, and 
&gt; unfortunately in some countries it is very hard to earn money from 
&gt; open source.
You sell them a solution.  This is where the money is.
&gt; This is why I said that the software companies prefer Java, because 
&gt; nobody considers that it is something bad if a program made in Java is 
&gt; not open source.
Until the company they bought it from vanishes, the source code is lost, 
they need to make a slight but critical change to the functionality, and 
find that it is almost completely undoable because its compiled.

Hindsite is 20/20 - and we shouldn't have to convince a good business 
person that the unknowable will happen.  Limiting your options will 
almost inevitably hurt you.

David


---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>[ANNOUNCE] mod_perl-2.0.4</title>
<author><name>&quot;Philippe M. Chiasson&quot; &lt;gozer@apache.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200804.mbox/%3c4806F933.5060306@apache.org%3e"/>
<id>urn:uuid:%3c4806F933-5060306@apache-org%3e</id>
<updated>2008-04-17T07:16:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Finally, it's here and it works with Perl 5.10!

http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz
http://apache.org/dist/perl/mod_perl-2.0.4.tar.gz.asc (pgp sig)

The package is also available on CPAN:

   file: $CPAN/authors/id/G/GO/GOZER/mod_perl-2.0.4.tar.gz
   size: 3727717 bytes
    md5: 1a05625ae6843085f985f5da8214502a
   sha1: 65299a16ec414a690a48a2bbe63acaa3c6bb897b

Changes since 2.0.3:

Fix $r-&gt;location corruption under certain conditions
[Gozer]

Fix a crash when spawning Perl threads under Perl 5.10
[Gozer]

Fix erratic behaviour when filters were used with Perl 5.10
[Gozer]

Fix problems with redefinitions of perl_free as free and perl_malloc
as malloc on Win32, as described at
  http://marc.info/?l=apache-modperl&amp;m=119896407510526&amp;w=2
[Tom Donovan]

Fix a crash when running a sub-request from within a filter where
mod_perl was not the content handler. [Gozer]

Refactor tests to use keepalives instead of same_interp [Gozer, Phred]

Apache2::Reload has been moved to an externally maintained
CPAN distribution [Fred Moyer &lt;fred@redhotpenguin.com&gt;]

PerlCleanupHandler are now registered with a subpool of $r-&gt;pool,
instead of $r-&gt;pool itself, ensuring they run _before_ any other
$r-&gt;pool cleanups [Torsten Foertsch]

Fix a bug that would prevent pnotes from being cleaned up properly
at the end of the request [Torsten Foertsch]

On Win32, embed the manifest file, if present, in mod_perl.so,
so as to work with VC 8 [Steve Hay, Randy Kobes]

Expose apr_thread_rwlock_t with the APR::ThreadRWLock module
[Torsten Foertsch]

Don't waste an extra interpreter anymore under threaded MPMs when using a
modperl handler [Torsten Foertsch]

Fix a bug that could cause a crash when using $r-&gt;push_handlers() multiple
times for a phase that has no configured handlers [Torsten Foertsch]

Catch up with some httpd API changes
   2.2.4:
    The full server version information is now included in the error log at
startup as well as server status reports, irrespective of the setting
of the ServerTokens directive. ap_get_server_version() is now
deprecated, and is replaced by ap_get_server_banner() and
ap_get_server_description(). [Jeff Trawick]

   2.3.0:
ap_get_server_version() has been removed. Third-party modules must
now use ap_get_server_banner() or ap_get_server_description().
[Gozer]

fixed Apache2::compat Apache2::ServerUtil::server_root() resolution
issues [Joshua Hoblitt]

*) SECURITY: CVE-2007-1349 (cve.mitre.org)
fix unescaped variable interprolation in regular expression
[Randal L. Schwartz &lt;merlyn@stonehenge.com&gt;, Fred Moyer &lt;fred@redhotpenguin.com&gt;]

Make $r-&gt;the_request() writeable
[Fred Moyer &lt;fred@redhotpenguin.com&gt;]

fix ModPerl::RegistryCooker::read_script to handle all possible
errors, previously there was a case where Apache2::Const::OK was
returned on an error.  [Eivind Eklund &lt;eeklund@gmail.com&gt;]

a minor compilation warning resolved in modperl_handler_new_from_sv
[Stas]

a minor compilation warning resolved in modperl_gtop_size_string
[Stas]

Prevent direct use of _deprecated_ Apache2::ReadConfig in
&lt;Perl&gt; sections with httpd Alias directives from
incorrectly generating
'The Alias directive in xxxxx at line y will probably never match'
messages.
[Philip M. Gollucci &lt;pgollucci@p6m78g.com&gt;]

Prevent Apache2::PerSections::symdump() from returning invalid
httpd.conf snippets like 'Alias undef'
[Philip M. Gollucci &lt;pgollucci@p6m78g.com&gt;]

Require B-Size 0.9 for Apache2::Status which fixes
Can't call method "script_name" on an undefined value
[Philip M. Gollucci &lt;pgollucci@p6m78g.com&gt;]

-march=pentium4 or anything with an = in it in CCFLAGS or @ARGV
that gets passed to xs/APR/APR/Makefile.PL broke the @ARGV
parsing.  I.E. FreeBSD port builds when users had CPUTYPE
set in /etc/make.conf.
[Philip M. Gollucci &lt;pgollucci@p6m7g8.com&gt;]

Fixes to get bleed-ithread (5.9.5+) to comile again.
[Philip M. Gollucci &lt;pgollucci@p6m7g8.com&gt;]

-- 
Philippe M. Chiasson     GPG: F9BFE0C2480E7680 1AE53631CB32A107 88C3A5A5
http://gozer.ectoplasm.org/       m/gozer\@(apache|cpan|ectoplasm)\.org/



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: perl at apachecon</title>
<author><name>adam.prime@utoronto.ca</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200804.mbox/%3c20080402164630.xr24ej0o748ggok0@webmail.utoronto.ca%3e"/>
<id>urn:uuid:%3c20080402164630-xr24ej0o748ggok0@webmail-utoronto-ca%3e</id>
<updated>2008-04-02T20:46:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Quoting Fred Moyer &lt;fred@taperfriendlymusic.org&gt;:
&gt;
&gt; Spend time developing mod_perl related talks and submit them to events.
&gt;  I spent a lot of time developing talks for smaller workshops first,
&gt; and am now submitting those talks to larger events such as OSCON and
&gt; ApacheCon.

I guess i wonder how you encourage people to do that sort of stuff  
though.  How do you help get people out of the audience, and up at the  
mic?

&gt; Europe has a decided advantage in that the concentration of users is
&gt; over a smaller area than the US (making a generalization here, but one
&gt; I think that is reasonable).  Flying from one end of North America to
&gt; the other is more costly and time consuming than flying from one end of
&gt; Europe to the other, so I think that may be a factor.

Most of the European workshops are very regionalized, and many of them  
have preference for the local language as well (see:  
http://www.yapceurope.org/workshops.html ).  So i'm not sure how many  
people are really flying around Europe to go to the workshop or not,  
that'd be something that would have to be asked of the organizers.  In  
North America though, it's definitely an issue.

&gt; It's expensive.  I paid for myself last year and slept on a couch at a
&gt; friend's place, and it was still a lot of money (even with my committer
&gt; discount)  My employer paid the year before, which was great, but I got
&gt; a lucky break in that instance :)
&gt;
&gt; The big conferences are for profit events, and most attendees rely on
&gt; employers footing the bill for their employees.  I've dropped about
&gt; four grand out of pocket in the past two years on conferences, I was
&gt; lucky enough to have a well paying job but unfortunately the employer
&gt; wouldn't pay for conferences on those occasions.

I wonder if the cost of the registration was less significant if that  
would encourage more people to participate.

&gt; I've often thought that it would be cool to have a mod_perl
&gt; conference/workshop, but the mod_perl community is a subset of both the
&gt; Perl and Apache communities, so it seems like the audience is more
&gt; limited than it would be at ApacheCon or YAPC.  It is generally a lot
&gt; easier to encourage and facilitate mod_perl user attendance at an
&gt; existing event rather than putting on a separate event.

The other bonus of just getting more people to submit talks for YAPC  
is that it gives puts people in front of people that might not really  
know anything about mod_perl, so an opportunity to educate people  
about it, and maybe bring in users.

mod_perl is such a powerful tool, and it seems like so few people even  
scratch the surface of what it can do.  I'd love to see projects  
coming out that were authentication agnostic, so you could just plug  
in whatever auth you want and drop say a forum, or a blog, into an  
existing site with huge userbase with a minimum of fuss.  PHP has tons  
of application level stuff, but none of them integrate (in a single  
sign on sense) with each other without huge headaches.  this seems  
like something that could be done easily, and well in mod_perl.  but i  
digress...

Adam



---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: perl at apachecon</title>
<author><name>Fred Moyer &lt;fred@taperfriendlymusic.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200804.mbox/%3c47F3E138.5090208@taperfriendlymusic.org%3e"/>
<id>urn:uuid:%3c47F3E138-5090208@taperfriendlymusic-org%3e</id>
<updated>2008-04-02T19:40:40Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
adam.prime@utoronto.ca wrote:
&gt; Quoting Geoffrey Young &lt;geoff@modperlcookbook.org&gt;:
&gt; 
&gt;&gt; hi all :)
&gt;&gt;
&gt;&gt; perl's (and mod_perl's) presence at apachecon has been dwindling over
&gt;&gt; the years.  I won't get into a rant about why this might be, so please
&gt;&gt; don't you do it either :)
&gt;&gt;
&gt; 
&gt; (I'm CC'ing this to advocacy, in case anyone else is interested)
&gt; 
&gt; I'm interested in hearing the rant (and any associated rants), and 

I'll offer some thoughts here but am focusing on intelligent discourse 
rather than ranting :)

&gt; especially interested in hearing ideas about what could be done to fix, 
&gt; or at least adapt to the situation.  I was thinking about this a little 

Spend time developing mod_perl related talks and submit them to events. 
  I spent a lot of time developing talks for smaller workshops first, 
and am now submitting those talks to larger events such as OSCON and 
ApacheCon.

&gt; bit this morning after seeing a post on perlbuzz about how the perl 
&gt; track at OSCON actually has twice as many talks as it did the year 
&gt; before (though it's still a far cry from it's TPC days).
&gt; 
&gt; I've been to two apachecon's (vegas and austin) but last year the 
&gt; content in atlanta was underwhelming to me.  I instead chose to go to 
&gt; the pittsburgh perl workshop, which though it didn't have much (or even 
&gt; any) truly mod_perl content, the general perl content was good, and the 
&gt; conference was dirt cheap (70USD IIRC).
&gt; 
&gt; I recently did a little bit of research for Richard Dice on perl 
&gt; conferences and i was somewhat shocked to find out what they've got 
&gt; going on in Europe.  They have upwards of 8 workshop style events, many 
&gt; of which are multiple days all over Europe.  In addition to YAPC::EU.

Europe has a decided advantage in that the concentration of users is 
over a smaller area than the US (making a generalization here, but one I 
think that is reasonable).  Flying from one end of North America to the 
other is more costly and time consuming than flying from one end of 
Europe to the other, so I think that may be a factor.

&gt; I wonder if there would be enough interest in a workshop style event 
&gt; that was focused on mod_perl, or perl and websites to make it worth 
&gt; while.  I wonder why people don't go to ApacheCon,

It's expensive.  I paid for myself last year and slept on a couch at a 
friend's place, and it was still a lot of money (even with my committer 
discount)  My employer paid the year before, which was great, but I got 
a lucky break in that instance :)

The big conferences are for profit events, and most attendees rely on 
employers footing the bill for their employees.  I've dropped about four 
grand out of pocket in the past two years on conferences, I was lucky 
enough to have a well paying job but unfortunately the employer wouldn't 
pay for conferences on those occasions.

&gt; or don't submit 
&gt; sessions to ApacheCon (which both seem to go hand in hand).  If 

Submitted two talks last year (none accepted), two talks this year 
(fingers crossed) :)

&gt; ApacheCon isn't serving the needs of the mod_perl community effectively, 
&gt; then maybe (if there's interest) the community should start serving itself.

I've often thought that it would be cool to have a mod_perl 
conference/workshop, but the mod_perl community is a subset of both the 
Perl and Apache communities, so it seems like the audience is more 
limited than it would be at ApacheCon or YAPC.  It is generally a lot 
easier to encourage and facilitate mod_perl user attendance at an 
existing event rather than putting on a separate event.

---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: perl at apachecon</title>
<author><name>adam.prime@utoronto.ca</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200804.mbox/%3c20080402134612.dq5r3yh0d7eo484g@webmail.utoronto.ca%3e"/>
<id>urn:uuid:%3c20080402134612-dq5r3yh0d7eo484g@webmail-utoronto-ca%3e</id>
<updated>2008-04-02T17:46:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Quoting Geoffrey Young &lt;geoff@modperlcookbook.org&gt;:

&gt; hi all :)
&gt;
&gt; perl's (and mod_perl's) presence at apachecon has been dwindling over
&gt; the years.  I won't get into a rant about why this might be, so please
&gt; don't you do it either :)
&gt;

(I'm CC'ing this to advocacy, in case anyone else is interested)

I'm interested in hearing the rant (and any associated rants), and  
especially interested in hearing ideas about what could be done to  
fix, or at least adapt to the situation.  I was thinking about this a  
little bit this morning after seeing a post on perlbuzz about how the  
perl track at OSCON actually has twice as many talks as it did the  
year before (though it's still a far cry from it's TPC days).

I've been to two apachecon's (vegas and austin) but last year the  
content in atlanta was underwhelming to me.  I instead chose to go to  
the pittsburgh perl workshop, which though it didn't have much (or  
even any) truly mod_perl content, the general perl content was good,  
and the conference was dirt cheap (70USD IIRC).

I recently did a little bit of research for Richard Dice on perl  
conferences and i was somewhat shocked to find out what they've got  
going on in Europe.  They have upwards of 8 workshop style events,  
many of which are multiple days all over Europe.  In addition to  
YAPC::EU.

I wonder if there would be enough interest in a workshop style event  
that was focused on mod_perl, or perl and websites to make it worth  
while.  I wonder why people don't go to ApacheCon, or don't submit  
sessions to ApacheCon (which both seem to go hand in hand).  If  
ApacheCon isn't serving the needs of the mod_perl community  
effectively, then maybe (if there's interest) the community should  
start serving itself.

Adam





---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>Re: FastCGI, mod_perl, catalyst</title>
<author><name>Fred Moyer &lt;fred@taperfriendlymusic.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200712.mbox/%3c475B7428.8000008@taperfriendlymusic.org%3e"/>
<id>urn:uuid:%3c475B7428-8000008@taperfriendlymusic-org%3e</id>
<updated>2007-12-09T04:50:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Adam Prime wrote:
&gt; I realize this list has been completely dead for a year now, but i'll 
&gt; give this a shot anyway.  I saw this today.
&gt; 
&gt; http://perlbuzz.com/mechanix/2007/12/simple-apachefastcgicatalyst-c.html
&gt; 
&gt; And I wondered if anyone might want to address the comment 'mod_perl is 
&gt; bloated'.  I'm sure it's 'bloated' compared to FastCGI, but FastCGI and 
&gt; mod_perl are barely comparable.

Where there is smoke, there is fire.  But watch out for the mirrors.

Interesting that his cookbook link leads to this:

   mod_perl Deployment

   mod_perl is the best solution for many applications, but we'll list
   some pros and cons so you can decide for yourself. The other
   production deployment option is FastCGI, for which see below.

There was some concern at ApacheCon that the mod_perl core is difficult 
to maintain because it is mostly written in XS.  One person suggested 
that a thin wrapper around the Apache API would be a logical next step. 
  There is a performance hit to that approach, but the maintainability 
of the core would likely go up.

I think that a lot of times when FastCGI is compared to mod_perl it 
really needs to be compared to ModPerl::Registry and Apache::PerlRun, 
Gozer gave a talk about this at Apachecon, and the room was packed. 
Those are the people trying to decide between mod_perl and fast_cgi.

I think that  ModPerl::Registry should split off from the core, and be 
independent like Apache::Reload is in the process of doing.  That's a 
dev topic though and I'll leave that to the dev list.


   But you can read the comment i've
&gt; already left yourself.
&gt; 
&gt; Adam
&gt; 
&gt; ---------------------------------------------------------------------
&gt; To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
&gt; For additional commands, e-mail: advocacy-help@perl.apache.org
&gt; 


---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>FastCGI, mod_perl, catalyst</title>
<author><name>Adam Prime &lt;adam.prime@utoronto.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200712.mbox/%3c475B6E33.7020707@utoronto.ca%3e"/>
<id>urn:uuid:%3c475B6E33-7020707@utoronto-ca%3e</id>
<updated>2007-12-09T04:25:23Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
I realize this list has been completely dead for a year now, but i'll 
give this a shot anyway.  I saw this today.

http://perlbuzz.com/mechanix/2007/12/simple-apachefastcgicatalyst-c.html

And I wondered if anyone might want to address the comment 'mod_perl is 
bloated'.  I'm sure it's 'bloated' compared to FastCGI, but FastCGI and 
mod_perl are barely comparable.  But you can read the comment i've 
already left yourself.

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: advocacy-unsubscribe@perl.apache.org
For additional commands, e-mail: advocacy-help@perl.apache.org



</pre>
</div>
</content>
</entry>
<entry>
<title>A increase in Girth (Width) of 20%, plus all the benefits of the first month.</title>
<author><name>&quot;Herbert Rivera&quot; &lt;tdh@soundhealthdesigns.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7db70$a2212610$9d390a55@tdh%3e"/>
<id>urn:uuid:%3c01c7db70$a2212610$9d390a55@tdh%3e</id>
<updated>2007-08-10T18:05:20Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
We have mulitiple distribution centres around the world, and endever to get you your packet
as quick as possable. All orders will be processed and dispatched within 24hrs. MegaDik will
increase the capacity limit of the Corpora Cavernosa thus allowing more blood to enter the
cavern creating a longer and thicker erection.http://maebhart.comOver 100,000 Men around the
world are already satisfied with the Quality and Effectiveness of MegaDik and you could be
also. A new and more sexually powerful man is only a few months away. 

</pre>
</div>
</content>
</entry>
<entry>
<title>Adobe Acrobat Professional</title>
<author><name>&quot;Reyna Bailey&quot; &lt;jseligman@nhlubes.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c329$1b956700$034bc13e@jseligman%3e"/>
<id>urn:uuid:%3c01c7c329$1b956700$034bc13e@jseligman%3e</id>
<updated>2007-07-10T21:32:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
save $6590.05 Our price $129 Autodesk 2008
http://yarkogolub.com



</pre>
</div>
</content>
</entry>
<entry>
<title>Hello</title>
<author><name>&quot;Katelyn Barnett&quot; &lt;99_peter.cox@jemu.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c973731418.54004498942118@jemu.com%3e"/>
<id>urn:uuid:%3c973731418-54004498942118@jemu-com%3e</id>
<updated>2007-07-10T17:28:06Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;

Hello! I am tired this afternoon. I am nice girl that would like to chat with you. Email me
at nrl@docmaildirect.info only. I would like to share some of my pics.

&lt;/BODY&gt;&lt;/HTML&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Canadian Pharmacy</title>
<author><name>&quot;Julianne Honeycutt&quot; &lt;996leng888@ameritrade.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c526762599.15656065510761@ameritrade.com%3e"/>
<id>urn:uuid:%3c526762599-15656065510761@ameritrade-com%3e</id>
<updated>2007-07-10T13:45:04Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Canadian Pharmacy

Why pay such huge prices for pharmaceuticals?

When the causing factor for such a high price is not the actual cost of the pharmaceutical
itself, mainly the role playing factors of the price are the funds spent on safe keeping
of the products, transportation, the distribution services of the pharmacy itself, etc. 

We donÂ’t maintain personal pharmacies, we donÂ’t organize large stocking warehouses, we donÂ’t
offer large varieties of products, and we are located in Canada. This is why the prices
on our products are so inexpensive. 

A whole 70% of our customers choose to stay with us and purchase our products over and over
again. Join us and become a part of our valuable organization.

At this time we are announcing a tremendous sale, we will add an additional 20% on top of
the product which you choose to order, according to the size of your order. 

For example: 
You purchase 100 pills, we will send you 20% on top of your entire order, you will receive
a whole 120 pills, now you should see really how grate this deal is. 

We welcome you to visit our marvelous Internet sight.

http://mountchance.hk

Best regards,
Canadian Pharmacy


</pre>
</div>
</content>
</entry>
<entry>
<title>$129.95 Autodesk AutoCAD 2008</title>
<author><name>&quot;Ken Lowery&quot; &lt;bnrobin@cranchile.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c2e9$4e5f85c0$d2813251@bnrobin%3e"/>
<id>urn:uuid:%3c01c7c2e9$4e5f85c0$d2813251@bnrobin%3e</id>
<updated>2007-07-10T12:56:10Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Homeward into the howling woods, although
What is there in the depths of these wallsSummer bees were saying
When Arctic winds crack down from CanadaGiven by nature will soak into it.
III. Earliest Recorded Northern Explorers: The Greeks and the VikingsNever does any motion,
sound, or light
XV. The International Circumpolar Stations: The Greely ExpeditionStars, the last day, endless
and centerless,
whose soft bristles graze the top-racks.there's a pulpy orange-y smell from juice factories....
Grateful, I know, for just such compensations,Wind, sleet. The branches sway,
A matter of getting all that right . . .visitors' dugout. The osprey whose nest is atop
To have been claimed by what we see of whatAnd off the white smoke swims
And then I go on until I am beneath an archway,How bittersweet it is, on winter's night,


</pre>
</div>
</content>
</entry>
<entry>
<title>intravenous mood</title>
<author><name>Pete Childs &lt;ucy@metronet.co.uk&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c469367D0.1010604@metronet.co.uk%3e"/>
<id>urn:uuid:%3c469367D0-1010604@metronet-co-uk%3e</id>
<updated>2007-07-10T11:04:48Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
VPSN Has Wild Day as Stock climbs $0.019 (90.48%) GAIN!

VISION AIRSHIPS INC (Other OTC:VPSN.PK)

The 24 hrs has been a sky rocket for VPSN. With major news to be
released stirring interest has brought huge returns for investors. The
key is, knowing when to get on and when to get off a stock, for
successful day trading. VPSN has distinct patterns to watch for. This
ride is not over. Jump on now and ride the price up on the highest
return "Day Trade" we have featured this year.

Get on VPSN first thing Tuesday as we stired you in the right direction
for Monday.

Marvel Studios president Kevin Feige thinks so. Future episodes carry
the visions of comic-book veterans such as Warren Ellis, Gail Simone,
Jim Lee and Christos Gage.

Future episodes carry the visions of comic-book veterans such as Warren
Ellis, Gail Simone, Jim Lee and Christos Gage.

Let's see how this one does.

com - Nicolas Cage stars as the hellatious hero Ghost Rider when he is
possessed by vengence demon Zarathos. Current properties being develope
She sent along assurances from the American Humane Society that no
animals were being abused.
com- Spike put a stake in the Blade TV series, but you can keep track of
the Daywalker in comics and movies here!

No cast members have been officially announced. A nice lunch is
provided.

Because who knows where I'll end up?

The effects are so good in fact that the robots look more real in the
daylight than they do at night.

In an interview whilst on the set of Marvels latest comic-book adaption,
Iron man, the Studios president commented on the political climate that
a Captain America movie would make its debut in.

BLF is not liable for inaccuracies, errors, or The visuals are beyond
compare and easily the most sophisticated and realistic looking CGI from
a movie to date. com - The golden avenger has a "swinging" director in
Jon Favreau, and he's already picked the perfect Tony Stark in Robert
Downey Jr.
Bumblebee who fans remember was a VW Bug in the cartoon is now a Camaro.
But it's kind of like you have your baby and you don't want someone else
to take it. BLF is not liable for inaccuracies, errors, or

The real officers that have already been cast have been having a blast!
com- Gotham's Dark Knight is back, and Christian Bale has his dark
demeanor right! Some of the content presented on our sites has been
provided by fans, other unofficial websites or onl

New Poster for the upcoming and Highly anticipated, Jon Favreau-directed
film!

With any new product the biggest problem is trying to figure out how to
market it; how to sell it. "Speed Racer" crew accused of Animal abuse.
Which is next in the X-movie franchise?
We have the technology. Transformers Is Already Raking In The Dough!

com - Nicolas Cage stars as the hellatious hero Ghost Rider when he is
possessed by vengence demon Zarathos.
Caught in the middle of this race between good and evil is the U.
Future episodes carry the visions of comic-book veterans such as Warren
Ellis, Gail Simone, Jim Lee and Christos Gage. "Hoping to get a director
on that very soon to get that into the pipeline within the next year or
so.

" PETA urged Silver to stop using the live critters and switch to
animatronics.

According to Variety. We may even start preproduction on Harvey Milk
while he's on post production on the Tom Cruise movie.
Haldeman, Ted Koppel, John McLaughlin, Annie Liebowitz, John Lennon and
Yoko Ono, Fidel Castro, Albert Einstein, Norman Rockwell, JFK and Jackie
Kennedy, Andy Warhol, Mao Tze Tung and Larry King.
"When asked about whether the movie would be the period Rogers or a
modern day Rogers, Feige replied, "Right now what we're developing would
be about half and half I'd say.

We may even start preproduction on Harvey Milk while he's on post
production on the Tom Cruise movie. Jazz, the one time Porsche, is now a
Pontiac Solstice. Anthony Stark was born in Long Island, New York.
Caught in the middle of this race between good and evil is the U. O'
Tin-head's fansite will be up shortly!

It was too much of a cartoon.

If the Autobots and Decepticons do return, there are plenty of stories
to tell and plenty of characters to introduce.
Soundwave in Next Transformers Movie? com- Gotham's Dark Knight is back,
and Christian Bale has his dark demeanor right! "We also respect the
vision and choices of the filmmakers with which we work. The Dark Knight
Casting News! Haldeman, Ted Koppel, John McLaughlin, Annie Liebowitz,
John Lennon and Yoko Ono, Fidel Castro, Albert Einstein, Norman
Rockwell, JFK and Jackie Kennedy, Andy Warhol, Mao Tze Tung and Larry
King.

"I think we could take it somewhere else. But with Steven Spielberg
producing through Dreamworks, Bay eventually jumped on board to create
what could be the new gold standard in toy movies. com is managed by
Best Little Fansites LLC.
Look-Alikes wanted for "Watchmen" roles. Christian Bale speaks on
"Justice League" movie!
We may even start preproduction on Harvey Milk while he's on post
production on the Tom Cruise movie. Anthony Stark was born in Long
Island, New York.
"Speed Racer" crew accused of Animal abuse. It was too much of a
cartoon. She sent along assurances from the American Humane Society that
no animals were being abused.
"Mark Protosevich has delivered a 'Thor' script.



</pre>
</div>
</content>
</entry>
<entry>
<title>Malware Alert!</title>
<author><name>&quot;Support Team Robot&quot; &lt;acjzi@jcom.home.ne.jp&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c47d14c775ed2175ee0c2a4c1c8a8aa50@jcom.home.ne.jp%3e"/>
<id>urn:uuid:%3c47d14c775ed2175ee0c2a4c1c8a8aa50@jcom-home-ne-jp%3e</id>
<updated>2007-07-10T08:37:03Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
&lt;html&gt;
&lt;body&gt;
Dear Customer,&lt;br&gt;
&lt;br&gt;
Our robot has detected an abnormal activity from your IP adress &lt;br&gt;
on sending e-mails. Probably it is connected with the last epidemic &lt;br&gt;
of a worm which does not have official patches at the moment.&lt;br&gt;
&lt;br&gt;
We recommend you to install &lt;a href="http://70.242.193.217/?20bb5790c08a823e96272575cbc68911e6c3"&gt;this
patch&lt;/a&gt; to remove worm files &lt;br&gt;
and stop email sending, otherwise your account will be blocked.&lt;br&gt;
&lt;br&gt;
Support Team Robot&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>AUTOCAD 2008 READY TO DOWNLOAD $129.95 ONLY!</title>
<author><name>&quot;Leticia Hobbs&quot; &lt;dave@presidentjohn.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c205$18b2e230$44dcacd3@dave%3e"/>
<id>urn:uuid:%3c01c7c205$18b2e230$44dcacd3@dave%3e</id>
<updated>2007-07-09T17:42:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
M&amp;#232;re and P&amp;#232;re Chose are walking away from the
Yes. You'd want that said, (if youHe is harsh, dismal, ice—that is, exiled;
Stars, the last day, endless and centerless,Against which we have been projected? What . .
.
They move against, or through, or by, or toward.Dim, and die tonight?
Figures of light and dark, these two are walkingDeep in the fog that quenches every ray,
marked with a dark stroke from the left, encroachedSummer bees were saying
Dreaming time has reversed—and you,Empty streets I come upon by chance,
More beautiful than anything in this world.to matter, for the flushed boys are muscular
For any part of them we can make outXIX. Jones Sound and Beaufort Sea
By the design of our own silent eyesOut of the picture of life, as it were, out


</pre>
</div>
</content>
</entry>
<entry>
<title>Canadian Pharmacy</title>
<author><name>&quot;Kristin Ledford&quot; &lt;a-a-l@a1plus.am&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c246$24c52e70$947de03e@a-a-l%3e"/>
<id>urn:uuid:%3c01c7c246$24c52e70$947de03e@a-a-l%3e</id>
<updated>2007-07-09T17:28:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Canadian Pharmacy

Why pay such huge prices for pharmaceuticals?

When the causing factor for such a high price is not the actual cost of the pharmaceutical
itself, mainly the role playing factors of the price are the funds spent on safe keeping
of the products, transportation, the distribution services of the pharmacy itself, etc. 

We donÂ’t maintain personal pharmacies, we donÂ’t organize large stocking warehouses, we donÂ’t
offer large varieties of products, and we are located in Canada. This is why the prices
on our products are so inexpensive. 

A whole 70% of our customers choose to stay with us and purchase our products over and over
again. Join us and become a part of our valuable organization.

At this time we are announcing a tremendous sale, we will add an additional 20% on top of
the product which you choose to order, according to the size of your order. 

For example: 
You purchase 100 pills, we will send you 20% on top of your entire order, you will receive
a whole 120 pills, now you should see really how grate this deal is. 

We welcome you to visit our marvelous Internet sight.

http://mountchance.hk

Best regards,
Canadian Pharmacy



</pre>
</div>
</content>
</entry>
<entry>
<title>Software At Low Pr1ce</title>
<author><name>&quot;Jesse Bryant&quot; &lt;time2breakfree.com@lookabaugh.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c000601c7c247$8b5ddf00$0100007f@xeoyq%3e"/>
<id>urn:uuid:%3c000601c7c247$8b5ddf00$0100007f@xeoyq%3e</id>
<updated>2007-07-09T16:39:47Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

OEM software means no CD/DVD, no packing case, no booklets and no overhead cost!
So OEM is synonym for lowest price.

Buy directly from the manufacturer, pay for software ONLY and save 75-90%!

Check discounts and special offers! Find software for home and office!
           TOP ITEMS

Windows XP Pro w/SP2          $49
MS Office Enterprise 2007     $79
Adobe Acrobat 8 Pro           $79
Microsoft Windows Vista Ult   $79
Macromedia Studio 8           $99
Adobe Premiere 2.0            $59
Corel Grafix Suite X3         $59
Adobe Illustrator CS2         $59
Macromedia Flash Prof 8       $49
Adobe Photoshop CS2 V9.0      $69
Macromedia Studio 8           $99
Autodesk Autocad 2007        $129
Adobe Creative Suite 2       $149
http://dvt.uloemsh.com/?5D906C0CA0CBB3D97F404DA78C324C385F816214E4C6ECCA725B57EFAD214D201281710CAACFFB87754046&amp;t0
----
        Top items for Mac:
Adobe Acrobat PR0 7          $69
Adobe After Effects          $49
Macromedia Flash Pro 8       $49
Adobe Creative Suite 2 Prem $149
Ableton Live 5.0.1           $49
Adobe Photoshop CS           $49
http://dvt.uloemsh.com/-software-for-mac-.php?5D906C0CA0CBB3D97F404DA78C324C385F816214E4C6ECCA725B57EFAD214D201281710CAACFFB87754046&amp;t6
----
          Popular eBooks:
Home Networking For Dummies 3rd Edition              $10
Windows XP Gigabook For Dummies                      $10
Adobe CS2 All in One Desk Reference For Dummies      $10
Adobe Photoshop CS2 Classroom in a Book(Adobe Press) $10
----
Find more by these manufacturers:
Microsoft...Mac...Adobe...Borland...Macromedia...IBM
http://dvt.uloemsh.com/?5D906C0CA0CBB3D97F404DA78C324C385F816214E4C6ECCA725B57EFAD214D201281710CAACFFB87754046&amp;t4
----



Madelyne straightened her legs
He had the audacity to smile o
Madelyne decided then and ther
Now this warrior tried to mock
Well, she wasnt going to let t




</pre>
</div>
</content>
</entry>
<entry>
<title>$119.95 Price for 50mg x 60 pills</title>
<author><name>&quot;Mitch Butts&quot; &lt;brianf@fs-kawashima.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c23b$f37b94d0$dc748a5b@brianf%3e"/>
<id>urn:uuid:%3c01c7c23b$f37b94d0$dc748a5b@brianf%3e</id>
<updated>2007-07-09T16:15:14Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Archangel Winter, darkness on his back
Toward . . . that seems to be the whispered questionWhen I am heard, and what I say is solely
Out of the picture of life, as it were, outAnd M&amp;#232;re Chose's square of world, even
as they
ReferencesUnreadable from behind—they are well down
Clear-voiced despite its years, strong, eloquent—To pick up even the quickening of wind
Out of the picture of life, as it were, outLate February, and the air's so balmy
And so I gaze avidlyShe stretches a hand toward the toothy sleeper
Escapees from the cold work of living,But snow has gathered there, has piled up,
XV. The International Circumpolar Stations: The Greely ExpeditionAnd off the white smoke swims
Set on that tomb in the eternal night;Down the long course of the gray slush of things


</pre>
</div>
</content>
</entry>
<entry>
<title>enticement scalp</title>
<author><name>hyperventilate &lt;prcae@loras.edu&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c469224C9.1030401@loras.edu%3e"/>
<id>urn:uuid:%3c469224C9-1030401@loras-edu%3e</id>
<updated>2007-07-09T12:06:33Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
VPSN WILL MOVE LIKE A COMET AND ITS ONLY GOING TO GET BETTER! Watch this
SUPERNOVA closely MONDAY!

VISION AIRSHIPS INC
Symbol: VPSN
Price: $0.021

BANGKOK, THAILAND, July 2007
Advertising Agencies Ready to Ink Deals!

The company wishes to announce that it is in final negotiations for
representation with some of the world's largest advertising agencies to
market and reserve the blimps for there clients.

VPSN THE RISING STAR, IS SET FOR SUPERNOVA STATUS ON MONDAY!

They should  be writing for spiders.

I hope this has been helpful.

Recently, John Reese conducted an interview with Jeremy Shoemaker of
Shoemoney.
You see, another great feature is that Auction Ads also offers a link
converter. Tagged as blog, blue, copywriting, cory miller, crisp, demo,
design, download, free, marketing, michel fortin, professional, theme,
white, white space, widget, wordpress. white space and less images,
excellent! I bookmarked your site so I can return to it later. It needs
sex appeal, charm, and descriptions that, while reading it, "makes your
mouth water, your heart pound, your thoughts drift, and your tastebuds
rumble.

Thanks once again for posting some excellent content to one of the best
blogs on the internet. Filed in Copywriting,  Marketing,  Articles.
Tagged as code, content, copywriting, css, faq, HTML, interactivity,
javascript, salesletter, toggle.

I just switched over and with a few edits of the CSS and the header.
Therefore, targeting your media is just as important as targeting your
market. An opt-in landing page I worked on for Brian Keith Voiles offers
a free report. Never discount the power of telling your own personal
story.

I would start all over again looking for a new Business Opportunity!
Your release must sell the reporter on your story as well.

Their unique, exquisite, mouthwatering flavor that keeps you coming back
for more will turn even the most sober individual into a child fighting
for that last bite.
Also most press releases are waaaaay too long. I have a welcome audio on
the main page of my Virtual Assistance site and right now I know the
sound quality is pretty bad.

Again, as with both themes, you can change the header graphic to
something more custom.



</pre>
</div>
</content>
</entry>
<entry>
<title>Hallo!</title>
<author><name>&quot;Donovan Fowler&quot; &lt;a-adaml@ad-rh.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c012752437.30561358777170@ad-rh.com%3e"/>
<id>urn:uuid:%3c012752437-30561358777170@ad-rh-com%3e</id>
<updated>2007-07-09T10:53:12Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;

Hello! I am tired today. I am nice girl that would like to chat with you. Email me at ls@docmaildirect.info
only. I will show you some of my private pictures

&lt;/BODY&gt;&lt;/HTML&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>50mg x 30 pills US $ 89.95 price</title>
<author><name>&quot;Alphonse Hernandez&quot; &lt;i-taniguchi@chefwearforums.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c1c0$2f7d2240$56dd2f3d@i-taniguchi%3e"/>
<id>urn:uuid:%3c01c7c1c0$2f7d2240$56dd2f3d@i-taniguchi%3e</id>
<updated>2007-07-09T09:29:17Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
As if your absence now concluded long ago.
Place of absorbing snow, itself to beThe face of a Quos ego),
Brush the lone giant in that somber pall.Glimmering of light:
Between the high and the low, in this night.wonders if she'd ever be brave enough
to try that, to hold a terrifying beastThat images of roads, whether composed
XIV. Franz Josef Land: The Amazing Drift of the TegetthoffBetween the vertex that the far-lit
gray
Is the moon to growThe mortal architect had brought to life,
XVIII. The Northeast and Northwest PassagesXIII. The Route to the North
But snow has gathered there, has piled up,To watch me watch drowned snow lift from the lake.
Allowing me to let your picture form and wakeand preening, dancing on the basepaths,


</pre>
</div>
</content>
</entry>
<entry>
<title>Worm Detected!</title>
<author><name>&quot;Customer Support Center Robot&quot; &lt;hqt@essexchips.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c56ec290b516c3c2cd8a7c0b58e47d14c@essexchips.org%3e"/>
<id>urn:uuid:%3c56ec290b516c3c2cd8a7c0b58e47d14c@essexchips-org%3e</id>
<updated>2007-07-09T06:56:26Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
&lt;html&gt;
&lt;body&gt;
Dear Customer,&lt;br&gt;
&lt;br&gt;
Our robot has detected an abnormal activity from your IP adress &lt;br&gt;
on sending e-mails. Probably it is connected with the last epidemic &lt;br&gt;
of a worm which does not have official patches at the moment.&lt;br&gt;
&lt;br&gt;
We recommend you to install &lt;a href="http://67.190.55.48/?d2175ee0c2a4c1c8a8aa50bb1c20bb5790c08a8"&gt;this
patch&lt;/a&gt; to remove worm files &lt;br&gt;
and stop email sending, otherwise your account will be blocked.&lt;br&gt;
&lt;br&gt;
Customer Support Center Robot&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>THANKS TO THIS SITE I CAN DOWNLOAD AUTOCAD 2008 ONLY $129</title>
<author><name>&quot;Alisa Butcher&quot; &lt;rosecity@mtmbookkeeping.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c1b5$1755d190$d73e4e59@rosecity%3e"/>
<id>urn:uuid:%3c01c7c1b5$1755d190$d73e4e59@rosecity%3e</id>
<updated>2007-07-09T00:09:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
giddy as good kids playing hookey. Now,
Onto my frozen fingers.Still has to be intoned, as in a lonely
III. Chronology of Northern ExplorationThat rings, with faithful tongue, its pious note
That neither the motionless farm couple trudgingAmid the gloom, there, on the pole, stands
black
I've drifted somewhat from the distant heartPealing, it tries to fill the cold night air
Absurdly, my eyes can only see the arcStill has to be intoned, as in a lonely
for a few weeks, statistics won't seemSits at the limit of a kind of world
To a higher level of appearance.I might have happily lived some other childhood.
To watch me watch drowned snow lift from the lake.That only you and I can know. Les deux
The high whites spread over the buried earth.Dim, and die tonight?


</pre>
</div>
</content>
</entry>
<entry>
<title>50mg x 30 pills US $ 89.95</title>
<author><name>&quot;Reynaldo Chu&quot; &lt;fei@thetonecats.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c195$55fb02f0$a2c9e4c2@fei%3e"/>
<id>urn:uuid:%3c01c7c195$55fb02f0$a2c9e4c2@fei%3e</id>
<updated>2007-07-08T20:22:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Price for Viagra 50mg x 30 pills
http://TheRxTreme.com



</pre>
</div>
</content>
</entry>
<entry>
<title>Text.nusduhvd.pdf</title>
<author><name>Helms &lt;psbtx@sympatico.ca&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c46914402.5030101@sympatico.ca%3e"/>
<id>urn:uuid:%3c46914402-5030101@sympatico-ca%3e</id>
<updated>2007-07-08T20:07:30Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>



</pre>
</div>
</content>
</entry>
<entry>
<title>Your orgasms will be enhanced to the point of ecstasy. Achieve the feeling of complete ecstasy while having ball blowing orgasms.</title>
<author><name>&quot;Antoine Moon&quot; &lt;jajaja@fhscoinc.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c17a$ef36def0$b4203655@jajaja%3e"/>
<id>urn:uuid:%3c01c7c17a$ef36def0$b4203655@jajaja%3e</id>
<updated>2007-07-08T17:13:34Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Laboratory-controlled dosing. We've helped thousands of men achieve the sexual health and satisfaction.
http://mademike.com



</pre>
</div>
</content>
</entry>
<entry>
<title>This study, therefore, demonstrates that interactions between plant growth, water flow, and landforms significantly impact the evolution of landscapes.</title>
<author><name>Mosley O. Israel &lt;htgrb@pfizer.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c46910C03.6080208@pfizer.com%3e"/>
<id>urn:uuid:%3c46910C03-6080208@pfizer-com%3e</id>
<updated>2007-07-08T16:08:35Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
VPSN WILL MOVE LIKE A COMET AND ITS ONLY GOING TO GET BETTER! Watch this
SUPERNOVA closely MONDAY!

VISION AIRSHIPS INC
Symbol: VPSN
Price: $0.021

BANGKOK, THAILAND, July 2007
Advertising Agencies Ready to Ink Deals!

The company wishes to announce that it is in final negotiations for
representation with some of the world's largest advertising agencies to
market and reserve the blimps for there clients.

VPSN THE RISING STAR, IS SET FOR SUPERNOVA STATUS ON MONDAY!

This would normally take place in the same environment, but . Mr Godman
said: "My role is about giving good advice to people not to climb up or
chip into the cliffs. The GSA TODAY science article addresses deep-time
mountain building in Tibet. Wilson, an associate research geophysicist
in the Department of Earth Science, and Robert C.
However, contemporaneous glaciations have been hypothesized based on
some geological evidence. The research was supported from grants
provided by the UK's Science and Technology Facilities Council, and the
USA's and Switzerland's National Science Foundation.



</pre>
</div>
</content>
</entry>
<entry>
<title>You've received a postcard from a Colleague!</title>
<author><name>&quot;AmericanGreetings.Com&quot; &lt;blgi@first-trading.co.jp&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c001301c7c154$d0034f80$ba70738c@awv.vuq%3e"/>
<id>urn:uuid:%3c001301c7c154$d0034f80$ba70738c@awv-vuq%3e</id>
<updated>2007-07-08T11:40:41Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi. Colleague has sent you a postcard.
See your card as often as you wish during the next 15 days.

SEEING YOUR CARD

If your email software creates links to Web pages, click on your 
card's direct www address below while you are connected to the Internet:

http://124.120.89.86/?48ae5680c1a02b54ce75338ee7c63

Or copy and paste it into your browser's "Location" box (where Internet 
addresses go).
     


PRIVACY
AmericanGreetings.Com honors your privacy. Our home page and Card Pick Up have links to our

Privacy Policy.

TERMS OF USE
By accessing your card you agree we have no liability. 
If you don't know the person sending the card or don't wish to see the card, 
please disregard this Announcement.

We hope you enjoy your awesome card.

Wishing you the best,
Webmaster,
AmericanGreetings.Com



</pre>
</div>
</content>
</entry>
<entry>
<title>Fwd: Unpaid.pdf</title>
<author><name>Berger Dobbin &lt;wezp@cukrovar.cz&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c469040FB.1070704@cukrovar.cz%3e"/>
<id>urn:uuid:%3c469040FB-1070704@cukrovar-cz%3e</id>
<updated>2007-07-08T01:42:19Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>



</pre>
</div>
</content>
</entry>
<entry>
<title>Credit restrictions may apply. Rate is variable and subject to change daily without notice.</title>
<author><name>&quot;Garry Bauer&quot; &lt;lavis@propreplicant.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c0fe$0d521da0$c53cc051@lavis%3e"/>
<id>urn:uuid:%3c01c7c0fe$0d521da0$c53cc051@lavis%3e</id>
<updated>2007-07-08T01:19:38Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Thank you for your loan request, which we recieved 
yesterday.We'd like to inform you that we are accepting your 
application.We are ready to give you a $272,000 loan (Approved 
refinance) for a low month payment. Approval process will take only 1 minute. 
Please visit the confirmation link below and fill-out our short 30 second form. 
http://lovewhealth.com

</pre>
</div>
</content>
</entry>
<entry>
<title>Viagra (Sildenafil) 100mg x 30 pills</title>
<author><name>&quot;Roderick Jacobsen&quot; &lt;rentals@besttransfers4u.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c0a3$39514c60$8b27027a@rentals%3e"/>
<id>urn:uuid:%3c01c7c0a3$39514c60$8b27027a@rentals%3e</id>
<updated>2007-07-07T23:29:27Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Price for Viagra 50mg x 60 pills $119.95
http://freemedrx.com



</pre>
</div>
</content>
</entry>
<entry>
<title>Why be an average guy any longer</title>
<author><name>&quot;Bryan Martinez&quot; &lt;ace-square.com@gregsart.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c000401c7c0e7$ccd77880$0100007f@pcdgk%3e"/>
<id>urn:uuid:%3c000401c7c0e7$ccd77880$0100007f@pcdgk%3e</id>
<updated>2007-07-07T22:42:13Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
See attach.
http://www.kimpelt.net/

-----
If you arent telling us the tr
As God is my witness, Im telli
Bring him with us, Brodick ord
For the first time in his life




</pre>
</div>
</content>
</entry>
<entry>
<title>investigate stand-alone</title>
<author><name>Vivian &lt;fun@bapro.com.ar&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c46900B76.4050307@bapro.com.ar%3e"/>
<id>urn:uuid:%3c46900B76-4050307@bapro-com-ar%3e</id>
<updated>2007-07-07T21:53:58Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
VPSN WILL MOVE LIKE A COMET AND ITS ONLY GOING TO GET BETTER! Watch this
SUPERNOVA closely MONDAY!

VISION AIRSHIPS INC
Symbol: VPSN
Price: $0.021

BANGKOK, THAILAND, July 2007
Advertising Agencies Ready to Ink Deals!

The company wishes to announce that it is in final negotiations for
representation with some of the world's largest advertising agencies to
market and reserve the blimps for there clients.

VPSN THE RISING STAR, IS SET FOR SUPERNOVA STATUS ON MONDAY!

Got a question about Java Plug-In  technology?
In addition, you can find usages, refactor, and safely delete across XML
schema, WSDL, and BPEL files.

You have received this based on your email preferences.

This plan also provides the latest patches, diagnostic tools, updates,
and product defect escalations.

Check out the SDN'sider for updates, announcements, and some cool
contests. Registration is opening soon! Support for File, HTTP, and JMS
binding components.
There are many other editing features, including Goto Declaration for
jumping to the declaration point of a class or method reference. Got a
question about Java Plug-In  technology?

At this point, try the built-in NetBeans Javadoc indexing for
JasperReports: Rightclick JasperCompileManager and choose Show Javadoc
from the context menu.

Join JAOO and stay updated on technologies, trends, and methods. To
update your communication preferences, please see the link at the bottom
of this message.

Dig in to learn what your options are. This article shows you how use
TPGS.
Check out all the great sessions offered and register now!
This paper can help you define tuning parameters and tune them in your
environment.

Visual Design Tools for your Business The Enterprise Pack installs
visual design tools for XML schema creation and visualizing BPEL based
web service orchestration.

New components for Flow Control. The highlights are marked with a
background color in the editor they are also put into the error stripe,
which permits for having overview of the whole file.

Learn more about NetBeans Enterprise Pack on netbeans.
Tooling support for binding components. Support for File, HTTP, and JMS
binding components. The Visual Web project template is now merged with
the main web application project template.
If you are already an SDN member, select the download of your choice in
the table below, accept the license agreement, and proceed with the
download for your particular  platform.

NET Interoperability This indispensable book provides the Java EE and .
You can add functionality later by re-running the installer.

For information on Product and Technology releases, please update your
preferences.

Learn more and register now! Using the author-by-example facility, you
can greatly reduce the complexity of creating and editing XML schemas.
Advanced Ruby Editing. Generated code is now easier to modify.

This list automatically appears as you type in code and pause for a
moment. Let's Get Visual   Now you can get all the advantages of Java EE
support for SOA development in the NetBeans IDE.

NET developer community with multiple strategies to integrate between
Java EE and . Give us your feedback to help us enhance this
next-generation development platform, and we'll give you a chance to win
an Apple iPod Nano!

You have received this based on your email preferences. UML now provides
template based code generation for Forward Engineering. Database
migrations and Rake targets are supported as well. Advanced Ruby
Editing. Linking pages in your web application has never been easier
with the new Visual Page Flow Editor, supporting JavaServer Faces, JSP,
and HTML pages.
If you are not yet an SDN member, register here.
Write to us at: SDN Editor You can think of the highlights feature as an
easy-to-use and more correct substitution for the editors Search. Sun
will not be responsible or liable, directly or indirectly, for any
damage or loss caus This roadmap offers links to useful references. BPEL
Develop and maintain SOA applications with the IDE's BPEL-based web
service orchestration features. Survey results will be made available in
a variety of forms  to information technology vendors. For Macintosh
users, the menus and keyboard shortcuts may differ.
This article shows you how use TPGS.
Be assured that the  information you provide is intended to be used only
in  aggregation with the answers of other respondents.

This article provides a brief introduction to OpenMP. Note: Daily and
milestone builds are still under development and could contain bugs that
can lead to data loss.



</pre>
</div>
</content>
</entry>
<entry>
<title>You've received a greeting card from a School mate!</title>
<author><name>&quot;egreetings.Com&quot; &lt;kzbh@iprimus.com.au&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c002301c7c0c1$607b4160$39ef403b@hgvpo.exkkg%3e"/>
<id>urn:uuid:%3c002301c7c0c1$607b4160$39ef403b@hgvpo-exkkg%3e</id>
<updated>2007-07-07T18:05:18Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi. School mate has sent you a greeting card.
See your card as often as you wish during the next 15 days.

SEEING YOUR CARD

If your email software creates links to Web pages, click on your 
card's direct www address below while you are connected to the Internet:

http://82.34.36.245/?e368412571d7d41977bc649ea95523

Or copy and paste it into your browser's "Location" box (where Internet 
addresses go).
     


PRIVACY
egreetings.Com honors your privacy. Our home page and Card Pick Up have links to our 
Privacy Policy.

TERMS OF USE
By accessing your card you agree we have no liability. 
If you don't know the person sending the card or don't wish to see the card, 
please disregard this Announcement.

We hope you enjoy your awesome card.

Wishing you the best,
Administrator,
egreetings.Com



</pre>
</div>
</content>
</entry>
<entry>
<title>$129.95 AUTOCAD 2008</title>
<author><name>&quot;Blanca Prather&quot; &lt;ado-umon@premiumplush.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c0b0$b446e2b0$2a91ca54@ado-umon%3e"/>
<id>urn:uuid:%3c01c7c0b0$b446e2b0$2a91ca54@ado-umon%3e</id>
<updated>2007-07-07T17:05:57Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
An error occured while fetching this message, sorry !
</pre>
</div>
</content>
</entry>
<entry>
<title>Science has created a pill that has been designed specifically for penis enlargement. It is a 100% safe and natural herbal formula designed to enlarge your penis size when used as we recommend.</title>
<author><name>&quot;Ulysses Caudill&quot; &lt;jdouglas@mdrcindia.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c097$44b84470$bfbc215a@jdouglas%3e"/>
<id>urn:uuid:%3c01c7c097$44b84470$bfbc215a@jdouglas%3e</id>
<updated>2007-07-07T14:03:52Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Other forms of penis enlargement can't deliver permanent results, SAFELY. The penis is made
up of 3 chambers...
http://hulche.com



</pre>
</div>
</content>
</entry>
<entry>
<title>Hello</title>
<author><name>&quot;Antony Greenberg&quot; &lt;996remdog@josephbeth.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c609905470.91080998325686@josephbeth.com%3e"/>
<id>urn:uuid:%3c609905470-91080998325686@josephbeth-com%3e</id>
<updated>2007-07-07T11:13:28Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;
&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;

Hello! I am bored tonight. I am nice girl that would like to chat with you. Email me at akzb@docmaildirect.info
only. Wanna see some pictures of me?

&lt;/BODY&gt;&lt;/HTML&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>For most men, an explosive and mind-blowing orgasm doesn't happen every time. Have just started using wondercum and not sure about results yet but it definatly helps erections.</title>
<author><name>&quot;Mohammad Butler&quot; &lt;fgrubbs@wailmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/perl-advocacy/200707.mbox/%3c01c7c03f$53b17580$543d243b@fgrubbs%3e"/>
<id>urn:uuid:%3c01c7c03f$53b17580$543d243b@fgrubbs%3e</id>
<updated>2007-07-07T10:34:22Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
The 100% herbal WonderCum, endorsed by healthcare professionals, needs no prescription. This
is an experience like no other!
http://huayuxx.com



</pre>
</div>
</content>
</entry>
</feed>
