SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Mail-Bulkmail rpm build for : OpenSuSE. For other distributions click perl-Mail-Bulkmail.

Name : perl-Mail-Bulkmail
Version : 3.12 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.7.1 Date : 2023-07-20 16:30:59
Group : Development/Libraries/Perl Source RPM : perl-Mail-Bulkmail-3.12-lp155.7.1.src.rpm
Size : 0.41 MB
Packager : https://www_suse_com/
Summary : Platform independent mailing list module
Description :
Mail::Bulkmail gives a fairly complete set of tools for managing
mass-mailing lists. I initially wrote it because the tools I was using at
the time were just too damn slow for mailing out to thousands of
recipients. I keep working on it because it\'s reasonably popular and I
enjoy it.

In a nutshell, it allows you to rapidly transmit a message to a mailing
list by zipping out the information to them via an SMTP relay (your own, of
course). Subclasses provide the ability to use mail merges, dynamic
messages, and anything else you can think of.

Mail::Bulkmail 3.00 is a major major *major* upgrade to the previous
version (2.05), which was a major upgrade to the previous version (1.11).
My software philosophy is that most code should be scrapped and re-written
every 6-8 months or so. 2.05 was released in October of 2000, and I\'m
writing these docs for 3.00 in January of 2003. So I\'m at least 3 major
re-writes behind. (philosophy is referenced in the FAQ, below)

But that\'s okay, because we\'re getting it done now.

3.00 is about as backwards compatible to 2.00 as 2.00 is to 1.00. That is
to say, sorta. I\'ve tried to make a note of things where they changed, but
I\'m sure I missed things. Some things can no longer be done, lots are done
differently, some are the same. You will need to change your code to update
from 1.x or 2.x to 3.00, though. That\'s a given.

So what\'s new for 3.00? Lots of stuff.

Immediate changes are:

* code compartmentalization
* multi-server support
* conf file

The immediate change is that the code is now compartmentalized.
Mail::Bulkmail now just handles ordinary, non-dynamic mailings. See
Mail::Bulkmail::Dynamic for the merging and dynamic text abilities from the
prior versions.

Server connections are no longer handled directly in Mail::Bulkmail (Smtp
attribute, Port attribute, etc.), there is now a separate
Mail::Bulkmail::Server object to handle all of that.

And everything subclasses off of Mail::Bulkmail::Object, where I have my
super-methods to define my objects, some helper stuff, and so on.

It\'s just a lot easier for me to maintain, think about it, etc. if it\'s all
separated. It\'s also easier for you, the user, if you want to make changes
to things. Just subclass it, tweak it, and use it. Very straightforward to
modify and extend now. 2.x and below *could* do it, but it wasn\'t really
that easy (unless you were making very trivial changes). This should
rectify that.

Another major change is the addition of multi-server support. See the docs
in Mail::Bulkmail::Server for more information. You can still specify one
SMTP relay if that\'s all you\'ve got, but if you have multiple servers,
Mail::Bulkmail can now load balance between them to help take the stress
off. No matter what, the biggest bottleneck to all of this is network
performance (both to the SMTP relay and then from the relay to the rest of
the world), so i wanted to try and help alleviate that by using multiple
servers. I know that some people were doing that on there own with small
changes, but this allows you to do it all invisibly.

And finally, finally, finally there is a conf file. Documentation on the
format is in Mail::Bulkmail::Object. It\'s pretty easy to use. This is the
conf file format that I designed for my own use (along with most of the
rest of Mail::Bulkmail::Object). The software also has the ability to read
multiple conf files, if so desired. So no more worrying about asking your
sysadmin to tweak the values in your module somewhere up in
/usr/lib/whatever

Just have him create the conf file you want, or pass in your own as
desired.

conf_files are specified and further documented in Mail::Bulkmail::Object,
in an internal array called AATTconf_files, right at the top of the module. To
specify a universal conf file, put it in that array (or have your sysadmin
do so). Alternatively, you can also add a conf_file via the conf_files
accessor.

Mail::Bulkmail->conf_files(\'/path/to/conf_file\', \'/path/to/other/conf_file\'); #, etc.

But the recommended way is to specify your conf file upon module import.

use Mail::Bulkmail 3.00 \"/path/to/conf/file\";

In addition, there is the usual plethora of bug fixes, tweaks, clean-ups,
and so on.

And yes, the horrid long-standing bug in the Tz method is *fixed!* No,
honest.

I\'m also trying a new documentation technique. The pod for a given method
is now in the module by that method, as opposed to everything being bunched
up at the bottom. Personally, I prefer everything being bunched up there
for clarities sake. But from a maintenance point of view, spreading it all
out makes my life much easier.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Mail-Bulkmail-3.12-lp155.7.1.noarch.rpm
     

Provides :
perl(Mail::Bulkmail)
perl(Mail::Bulkmail::DummyServer)
perl(Mail::Bulkmail::Dynamic)
perl(Mail::Bulkmail::Object)
perl(Mail::Bulkmail::Server)
perl-Mail-Bulkmail

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Mail
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail/DummyServer.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail/Dynamic.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail/Object.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Bulkmail/Server.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Mail-Bulkmail
/usr/share/doc/packages/perl-Mail-Bulkmail/Bulkmail
/usr/share/doc/packages/perl-Mail-Bulkmail/Bulkmail/DummyServer.pm
/usr/share/doc/packages/perl-Mail-Bulkmail/Bulkmail/Dynamic.pm
/usr/share/doc/packages/perl-Mail-Bulkmail/Bulkmail/Object.pm
/usr/share/doc/packages/perl-Mail-Bulkmail/Bulkmail/Server.pm
/usr/share/doc/packages/perl-Mail-Bulkmail/Changes
/usr/share/doc/packages/perl-Mail-Bulkmail/migration.guide.txt
/usr/share/doc/packages/perl-Mail-Bulkmail/sample.cfg.file
/usr/share/doc/packages/perl-Mail-Bulkmail/sample.server.file
/usr/share/man/man3/Mail::Bulkmail.3pm.gz
/usr/share/man/man3/Mail::Bulkmail::DummyServer.3pm.gz
/usr/share/man/man3/Mail::Bulkmail::Dynamic.3pm.gz
/usr/share/man/man3/Mail::Bulkmail::Object.3pm.gz
/usr/share/man/man3/Mail::Bulkmail::Server.3pm.gz

 
ICM