Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] Error and Changes in bounced.pl

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaun - CRU <address@concealed>
  • To: Gustavo Araujo Bittencourt <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-dev] Error and Changes in bounced.pl
  • Date: Wed, 19 Jul 2000 14:38:51 +0200

> If I run bounce.pl with sympa configured to not use RDBMS, an error message
> appears :
> "Sympa not setup to use DBI, unable to manage bounces"
>
> I change the code in line 73 to test if sympa is configured to not use
> RDBMS:
> if ($Conf{'db_name'} and $Conf{'db_type'}) {
> unless ($List::use_db = &List::probe_db()) {
> print STDERR "Sympa not setup to use DBI, unable to manage
> bounces\n";
> exit (-1);
> }
> }
>
> I would like to know if my changes are right or this changes will give me
> problems in the future.

The code was correct ; bounced.pl REQUIRES a database to store users
information relevant to bounces. If you don't use a database, i'm
afraid you can't use bounced.pl.

--
Olivier Salaun




Archive powered by MHonArc 2.6.19+.

Top of Page