[Linux] Re: qmail-smtp/mailfooter

---------

New Message Reply About this list Date view Thread view Subject view Author view

From: Orhan Berent (berent@altay.adm.deu.edu.tr)
Date: Mon 23 Sep 2002 - 10:53:50 EEST


Bir önceki mesaj alıntılar yüzünden ecartis'e takıldı galiba olay şuydu
yanlış hatırlamıyorsam bir arkadaş yazmıştı cevabını

Orhan Berent

Merhaba

qmail-smtpd.c dosyasindaki ilgili yerlere + ile baslayan satirlari ekleyip
yeniden derlemen yeterli olacaktir.

Kolay gelsin.

Devrim

@@ -369,6 +369,12 @@ (Satir numarasi)

int hops;

unsigned long qp;

char *qqx;

+

+ int footerloop;

+ char* footer =

+ "\n"

+ "---------------------------------------------------\n"

+ "MESAJI BURAYA EKLEYIN \n";

if (!seenmail) { err_wantmail(); return; }

if (!rcptto.len) { err_wantrcpt(); return; }

@@ -380,6 +386,10 @@

received(&qqt,"SMTP",local,remoteip,remotehost,remoteinfo,fakehelo);

blast(&hops);

+

+ for (footerloop = 0;footer[footerloop];footerloop++)

+ put(footer+footerloop);

+

hops = (hops >= MAXHOPS);

if (hops) qmail_fail(&qqt);

qmail_from(&qqt,mailfrom.s);

-----------------------------------------------------------------------
Liste üyeliğiniz ile ilgili her türlü işlem için
http://liste.linux.org.tr adresindeki web arayüzünü kullanabilirsiniz.

Listeden çıkmak için: 'linux-request@linux.org.tr' adresine,
"Konu" kısmında "unsubscribe" yazan bir e-posta gönderiniz.
-----------------------------------------------------------------------


New Message Reply About this list Date view Thread view Subject view Author view

---------

Bu arsiv hypermail 2b29 tarafindan uretilmistir.