On 2/21/08, Depo Catcher <[EMAIL PROTECTED]> wrote: > > > Along this lines, does anyone know of a program that can quickly send out > mass emails to a bunch of different addresses? > > Andrew Sackville-West wrote: > > On Wed, Feb 20, 2008 at 08:02:04PM -0600, Ron Johnson wrote: > > On 02/20/08 18:26, steve wrote: > > Ron Johnson wrote: | On 02/20/08 16:24, Andrius wrote: |> Ron Johnson wrote: > |>> On 02/20/08 14:25, Douglas A. Tutty wrote: |>>> On Wed, Feb 20, 2008 at > 08:19:24PM +0000, Andrius wrote: |>>>> what software to use for collecting of > email addresses from |>>>> particular sites? what in gods name does this > have to do with the debian mailing list?? > > How can multiple gods have the same name? Anyway... Presumably he would use > Unix tools running on his Debian box to harvest the emails. > > stable reliable multi-architecture spamming! w00t! spammers FTW. lovely. A > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a > subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Hey, Something like this could work... echo ${message} | mail -es ${subject} -b ${userlist} cheers, Owen.