We've already seen an increase in subscriptions and we fully expect that trend to continue. The project has been a huge success and, really, all I can say is, 'Wow!' –Dennis Wuycik, Publisher, PrepStars.com

Building a High-Volume Newsletter Server

bulk_mailer_patch.lst

*** bulk_mailer.c       Fri Feb  5 18:29:53 1999
--- ../bulk_mailer-1.12.new/bulk_mailer.c Mon Mar 20 19:23:01 2000
***************
*** 957,964 ****
/*
* add any prefix headers we want.
*/
! fprintf (out, "Received: by %s (bulk_mailer v1.%d); %s\n",
! local_domain, PATCHLEVEL, arpadate (&t));

/*
* copy header, checking for various fields
--- 957,964 ----
/*
* add any prefix headers we want.
*/
! fprintf (out, "Received: by %s (example.com exploder); %s\n",
! local_domain, arpadate (&t));

/*
* copy header, checking for various fields
***************
*** 1150,1155 ****
--- 1150,1157 ----
fprintf (out, "List-Subscribe: %s\n", list_subscribe_hdr);
if (list_unsubscribe_hdr)
fprintf (out, "List-Unsubscribe: %s\n", list_unsubscribe_hdr);
+
+ fprintf(out, "X-Abuse-Contact: if this header is found in UCE/UBE, please contact <abuse@example.com>\n");

fprintf (out, "\n");

Back to "Building a High-Volume Newsletter Server" article >>